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:
- XmlAttrHandler, XmlFilterHandler, XmlTagEntryHandler, XmlTagExitHandler, XmlTagHandler, XmlTextHandler
- Direct Known Subclasses:
- ScriptTag
public class EmbedTag
- extends BaseTag
- implements 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 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
- Specified by:
getName
in class BaseTag
- Returns:
- The name of the tag
getOptionalAttributes
public java.lang.String[] getOptionalAttributes()
- Overrides:
getOptionalAttributes
in class BaseTag
getRequiredAttributes
public java.lang.String[] getRequiredAttributes()
- Overrides:
getRequiredAttributes
in class BaseTag
handleText
public void handleText(java.lang.String text)
- Specified by:
handleText
in interface XmlTextHandler
getType
protected java.lang.String getType()
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.