abbot.script
Class Comment

java.lang.Object
  |
  +--abbot.script.Step
        |
        +--abbot.script.Comment
All Implemented Interfaces:
Serializable, Tags, XMLifiable

public class Comment
extends Step

Represents a comment. No other function.

See Also:
Serialized Form

Fields inherited from interface abbot.script.Tags
TAG_ACTION, TAG_ARGS, TAG_ASSERT, TAG_AWTTESTSCRIPT, TAG_CALL, TAG_CLASS, TAG_CLASSPATH, TAG_COMMENT, TAG_COMPONENT, TAG_COUNT, TAG_DELEGATE, TAG_DESC, TAG_DOCBASE, TAG_EVENT, TAG_FILENAME, TAG_FORKED, TAG_HEIGHT, TAG_HORDER, TAG_ID, TAG_INDEX, TAG_INVERT, TAG_INVOKER, TAG_KEYCHAR, TAG_KEYCODE, TAG_KIND, TAG_LAUNCH, TAG_METHOD, TAG_MODIFIERS, TAG_NAME, TAG_PARAMS, TAG_PARENT, TAG_POLL_INTERVAL, TAG_PROPERTY, TAG_SAMPLE, TAG_SCRIPT, TAG_SEQUENCE, TAG_SLOW, TAG_STOP_ON_ERROR, TAG_STOP_ON_FAILURE, TAG_TAG, TAG_TERMINATE, TAG_THREADED, TAG_TIMEOUT, TAG_TITLE, TAG_TRIGGER, TAG_TYPE, TAG_VALUE, TAG_VMARGS, TAG_VORDER, TAG_WAIT, TAG_WIDTH, TAG_WINDOW, TAG_X, TAG_Y
 
Constructor Summary
Comment(Resolver resolver, Map attributes)
           
Comment(Resolver resolver, String description)
           
 
Method Summary
 String getDefaultDescription()
          Default to whitespace.
 String getUsage()
          Provide a usage String for this step.
 String getXMLTag()
          This is only used to generate the title label for the editor.
protected  void runStep()
          Main run step.
 String toString()
          Return a description of this script step.
 org.jdom.Element toXML()
          Convert the object to XML.
 
Methods inherited from class abbot.script.Step
addAttributes, addContent, createAttributeMap, createStep, createStep, getAttributes, getDescription, getFinder, getResolver, parseStepAttributes, resolve, resolveClass, resolveTester, run, setDescription, setScriptError, simpleClassName, toEditableString, toXMLString, usage, usage
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Comment

public Comment(Resolver resolver,
               Map attributes)

Comment

public Comment(Resolver resolver,
               String description)
Method Detail

getDefaultDescription

public String getDefaultDescription()
Default to whitespace.
Overrides:
getDefaultDescription in class Step

toString

public String toString()
Description copied from class: Step
Return a description of this script step.
Overrides:
toString in class Step

getUsage

public String getUsage()
Description copied from class: Step
Provide a usage String for this step.
Overrides:
getUsage in class Step

getXMLTag

public String getXMLTag()
This is only used to generate the title label for the editor.
Overrides:
getXMLTag in class Step

toXML

public org.jdom.Element toXML()
Description copied from class: Step
Convert the object to XML.
Overrides:
toXML in class Step

runStep

protected void runStep()
Main run step.
Overrides:
runStep in class Step


Copyright © 2002-2003 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge