public class ToolsAsadminReader extends AbstractReader
asadmin
tool configuration XML element reader.
Modifier and Type | Field and Description |
---|---|
private String |
jar
Platforms retrieved from XML elements.
|
private static String |
JAR_ATTR
type XML element attribute name. |
private static String |
NODE
asadmin XML element name. |
path
Constructor and Description |
---|
ToolsAsadminReader(String pathPrefix)
Creates an instance of
asadmin tool configuration
XML element reader. |
Modifier and Type | Method and Description |
---|---|
(package private) String |
getJar()
Get asadmin tool JAR.
|
void |
readAttributes(String qname,
Attributes attributes)
Process attributes from current XML element.
|
(package private) void |
reset()
Reset this XML element reader.
|
getPath
endNode, readCData, readChildren
private static final String NODE
asadmin
XML element name.private static final String JAR_ATTR
type
XML element attribute name.private String jar
ToolsAsadminReader(String pathPrefix) throws ServerConfigException
asadmin
tool configuration
XML element reader.
pathPrefix
- Tree parser path prefix to be prepended before
current XML element.ServerConfigException
public void readAttributes(String qname, Attributes attributes) throws SAXException
readAttributes
in class TreeParser.NodeListener
qname
- Not used.attributes
- List of XML attributes.SAXException
- When any problem occurs.String getJar()
void reset()
Copyright © 2013. All Rights Reserved.