public class ExternalAsset extends AbstractAsset
ExternalAssets are not
localizable.| Constructor and Description |
|---|
ExternalAsset(java.lang.String URL,
org.apache.hivemind.Location location) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
buildURL()
Simply returns the URL of the external asset.
|
java.io.InputStream |
getResourceAsStream()
Accesses the localized version of the resource (if possible) and returns it as an input
stream.
|
java.lang.String |
toString() |
getLocation, getResourceLocationpublic ExternalAsset(java.lang.String URL, org.apache.hivemind.Location location)
public java.lang.String buildURL()
public java.io.InputStream getResourceAsStream()
IAssetpageis returned.public java.lang.String toString()
toString in class AbstractAsset