ncsa.tools.ogrescript.trebuchet.tasks.cache
Class Close

java.lang.Object
  extended byncsa.tools.ogrescript.OgreScriptElement
      extended byncsa.tools.ogrescript.tasks.OgreScriptBaseTask
          extended byncsa.tools.ogrescript.trebuchet.tasks.cache.Close
All Implemented Interfaces:
IIdentifiable, ITask, UserFacing

public class Close
extends OgreScriptBaseTask

Requires a cache reference from the environment.

Author:
arossi

Field Summary
static java.lang.String TAG_SELF
           
 
Fields inherited from class ncsa.tools.ogrescript.tasks.OgreScriptBaseTask
TAG_EXT_PT, TAG_REQUIRED
 
Constructor Summary
Close()
           
 
Method Summary
 org.eclipse.core.runtime.Plugin getPlugin()
           
 void setCache(OperationCache cache)
           
 
Methods inherited from class ncsa.tools.ogrescript.tasks.OgreScriptBaseTask
execute, getInstanceId, 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
Constructor Detail

Close

public Close()
Method Detail

setCache

public void setCache(OperationCache cache)

getPlugin

public org.eclipse.core.runtime.Plugin getPlugin()
Specified by:
getPlugin in interface IIdentifiable
Overrides:
getPlugin in class OgreScriptBaseTask