org.hyperic.hq.product.pluginxml
Class EmbedTag
java.lang.Object
org.hyperic.hq.product.pluginxml.BaseTag
org.hyperic.hq.product.pluginxml.EmbedTag
- All Implemented Interfaces:
- org.hyperic.util.xmlparser.XmlAttrHandler, org.hyperic.util.xmlparser.XmlFilterHandler, org.hyperic.util.xmlparser.XmlTagEntryHandler, org.hyperic.util.xmlparser.XmlTagExitHandler, org.hyperic.util.xmlparser.XmlTagHandler, org.hyperic.util.xmlparser.XmlTextHandler
- Direct Known Subclasses:
- ScriptTag
public class EmbedTag
- extends BaseTag
- implements org.hyperic.util.xmlparser.XmlTextHandler
Extract text embedded in plugin descriptor to a file.
Used for embedded scripts, mibs, etc.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getName
public String getName()
- Specified by:
getName
in interface org.hyperic.util.xmlparser.XmlTagHandler
- Specified by:
getName
in class BaseTag
getOptionalAttributes
public String[] getOptionalAttributes()
- Overrides:
getOptionalAttributes
in class BaseTag
getRequiredAttributes
public String[] getRequiredAttributes()
- Overrides:
getRequiredAttributes
in class BaseTag
handleText
public void handleText(String text)
- Specified by:
handleText
in interface org.hyperic.util.xmlparser.XmlTextHandler
getType
protected String getType()
Copyright © 2004-2010 Hyperic, Inc. support@hyperic.net, All Rights Reserved.