-
public interface ExternalizableResourceIndicates that the object implementing this interface owns a external resource.- Since:
- 4.2
- Version:
- 17.0 2020-01-04 14:41:35
- Author:
- Stéphane GALLAND
- Maven Group Id:
- org.arakhne.afc.core
- Maven Artifact Id:
- vmutils
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URLgetExternalizableResourceLocation()Replies the URL where the resource data could be find.StringgetExternalizableResourceType()Replies the MIME type of the external resource.
-
-
-
Method Detail
-
getExternalizableResourceLocation
@Pure URL getExternalizableResourceLocation()
Replies the URL where the resource data could be find.- Returns:
- the URL to the external resource.
-
getExternalizableResourceType
@Pure String getExternalizableResourceType()
Replies the MIME type of the external resource.- Returns:
- the MIME of the external resource.
-
-