public interface Asset<T> extends Item
| Modifier and Type | Interface and Description |
|---|---|
static class |
Asset.AssetType |
| Modifier and Type | Method and Description |
|---|---|
T |
getAssetContent()
Returns actual content of this asset
|
String |
getAssetLocation()
Returns location in the repository where this asset is stored
|
String |
getAssetType()
Returns type of the asset.
|
getCreationDate, getDescription, getFullName, getLastModificationDate, getName, getOwner, getUniqueId, getVersionString getAssetLocation()
String getAssetType()
T getAssetContent()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.