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 Summary
All 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
- 
getComponentIdentifier
IComponentIdentifier getComponentIdentifier()
Get the platform identifier belonging to the resource identifier.- Returns:
 - The component identifier of the platform.
 
 
- 
getHostIdentifier
java.lang.String getHostIdentifier()
Get the host identifier.- Returns:
 - The host identifier.
 
 
- 
getUri
java.net.URI getUri()
Get the uri.- Returns:
 - The resource uri.
 
 
 - 
 
 -