public class TextAsset extends AbstractAsset<String>
Asset.AssetType| Constructor and Description |
|---|
TextAsset() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptBytes() |
String |
getAssetContent()
Returns actual content of this asset
|
void |
setAssetContent(String content) |
getAssetLocation, getAssetType, getCreationDate, getDescription, getFullName, getLastModificationDate, getName, getOwner, getUniqueId, getVersion, setAssetLocation, setAssetTpe, setCreationDate, setDescription, setLastModificationDate, setName, setOwner, setUniqueId, setVersionpublic String getAssetContent()
Assetpublic void setAssetContent(String content)
setAssetContent in class AbstractAsset<String>public boolean acceptBytes()
acceptBytes in class AbstractAsset<String>Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.