ncsa.tools.ogrescript.tasks.string
Class Concatenate

java.lang.Object
  extended byncsa.tools.ogrescript.OgreScriptElement
      extended byncsa.tools.ogrescript.tasks.OgreScriptBaseTask
          extended byncsa.tools.ogrescript.tasks.OgreScriptTask
              extended byncsa.tools.ogrescript.tasks.string.Concatenate
All Implemented Interfaces:
IIdentifiable, ITask, UserFacing

public class Concatenate
extends OgreScriptTask


Field Summary
static java.lang.String TAG_RETURNS
           
static java.lang.String TAG_SELF
           
 
Fields inherited from class ncsa.tools.ogrescript.tasks.OgreScriptBaseTask
TAG_EXT_PT, TAG_REQUIRED
 
Constructor Summary
Concatenate()
           
 
Method Summary
 void addSubstring(java.lang.String part)
           
 
Methods inherited from class ncsa.tools.ogrescript.tasks.OgreScriptTask
addReturnValue, getReturnValues, setReturnValues
 
Methods inherited from class ncsa.tools.ogrescript.tasks.OgreScriptBaseTask
execute, getInstanceId, getPlugin, getScript, getTaskId, getTaskName, setEnvironment, setInstanceId, setScript, setTaskId, setTaskName, toString
 
Methods inherited from class ncsa.tools.ogrescript.OgreScriptElement
asElement, initializeFromElement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface ncsa.tools.common.UserFacing
asElement, initializeFromElement
 

Field Detail

TAG_SELF

public static final java.lang.String TAG_SELF
See Also:
Constant Field Values

TAG_RETURNS

public static final java.lang.String TAG_RETURNS
See Also:
Constant Field Values
Constructor Detail

Concatenate

public Concatenate()
Method Detail

addSubstring

public void addSubstring(java.lang.String part)