Modifier and Type | Field and Description |
---|---|
protected static String |
ASSET |
protected static String |
ASSET_CHECKIN_COMMENT |
protected static String |
ASSET_HISTORY |
protected static String |
ASSET_LAST_CONTRIBUTOR |
protected static String |
ASSET_LAST_MODIFIED |
protected static String |
ASSET_NAME |
protected static String |
ASSET_TYPE |
CDATA_CLOSE, CDATA_OPEN, GT, LT, LT_SLASH, SLASH_GT
Constructor and Description |
---|
AbstractXmlAssetFormat() |
Modifier and Type | Method and Description |
---|---|
void |
format(StringBuilder sb,
XmlAsset xmlAsset) |
protected abstract String |
formatAssetAsString(XmlAsset xmlAsset) |
XmlAsset |
parse(Node assetNode) |
protected XmlAssets |
parseAssetHistory(Node assetNode) |
protected abstract XmlAsset |
parseStringToXmlAsset(String name,
String format,
String lastContributor,
String checkinComment,
Date lastModified,
Node assetNode) |
protected static final String ASSET
protected static final String ASSET_NAME
protected static final String ASSET_TYPE
protected static final String ASSET_LAST_CONTRIBUTOR
protected static final String ASSET_LAST_MODIFIED
protected static final String ASSET_CHECKIN_COMMENT
protected static final String ASSET_HISTORY
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.