org.hyperic.hq.product.pluginxml
Class CustomPropertiesTag
java.lang.Object
org.hyperic.hq.product.pluginxml.BaseTag
org.hyperic.hq.product.pluginxml.CustomPropertiesTag
- All Implemented Interfaces:
- XmlAttrHandler, XmlEndAttrHandler, XmlFilterHandler, XmlTagEntryHandler, XmlTagExitHandler, XmlTagHandler
public class CustomPropertiesTag
- extends BaseTag
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getName
public java.lang.String getName()
- Description copied from interface:
XmlTagHandler
- Retrieve the name of the tag, without angled brackets.
(i.e. "foo" for tags named )
- Specified by:
getName
in interface XmlTagHandler
- Returns:
- The name of the tag
getOptionalAttributes
public java.lang.String[] getOptionalAttributes()
getConfigOptionTag
protected org.hyperic.hq.product.pluginxml.ConfigOptionTag getConfigOptionTag()
addConfigSchema
protected void addConfigSchema(java.lang.String typeName,
int idx,
ConfigSchema schema)
getSubTags
public XmlTagInfo[] getSubTags()
- Description copied from interface:
XmlTagHandler
- Retrieve information about which subtags are valid within the
given tag. This method will only be called once for each object.
- Specified by:
getSubTags
in interface XmlTagHandler
- Overrides:
getSubTags
in class BaseTag
- Returns:
- An array of tag information objects, indicating which subtags
are valid.
startTag
public void startTag()
endAttributes
public void endAttributes()
throws XmlAttrException
- Specified by:
endAttributes
in interface XmlEndAttrHandler
- Throws:
XmlAttrException
endTag
public void endTag()
throws XmlTagException
- Throws:
XmlTagException
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.