public class ExternalAsset extends AbstractAsset
ExternalAsset
s 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, getResourceLocation
public ExternalAsset(java.lang.String URL, org.apache.hivemind.Location location)
public java.lang.String buildURL()
public java.io.InputStream getResourceAsStream()
IAsset
page
is returned.public java.lang.String toString()
toString
in class AbstractAsset