Package jadex.bridge
Interface ILocalResourceIdentifier
- 
- All Known Implementing Classes:
- LocalResourceIdentifier
 
 public interface ILocalResourceIdentifierInterface for resource identification. Localized resources are identified by their platform and local resource url.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IComponentIdentifiergetComponentIdentifier()Get the platform identifier belonging to the resource identifier.java.lang.StringgetHostIdentifier()Get the host identifier.java.net.URIgetUri()Get the uri.
 
- 
- 
- 
Method Detail- 
getComponentIdentifierIComponentIdentifier getComponentIdentifier() Get the platform identifier belonging to the resource identifier.- Returns:
- The component identifier of the platform.
 
 - 
getHostIdentifierjava.lang.String getHostIdentifier() Get the host identifier.- Returns:
- The host identifier.
 
 - 
getUrijava.net.URI getUri() Get the uri.- Returns:
- The resource uri.
 
 
- 
 
-