Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.product.pluginxml
Class EmbedTag

java.lang.Object
  extended by org.hyperic.hq.product.pluginxml.BaseTag
      extended by 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.


Method Summary
 java.lang.String getName()
          Retrieve the name of the tag, without angled brackets.
 java.lang.String[] getOptionalAttributes()
           
 java.lang.String[] getRequiredAttributes()
           
protected  java.lang.String getType()
           
 void handleText(java.lang.String text)
           
 
Methods inherited from class org.hyperic.hq.product.pluginxml.BaseTag
enter, exit, filterAttrValue, getAttributes, getLog, getMergedSubTags, getMergedSubTags, getSubTags, handleAttribute, handleAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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()

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.