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

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

public class Convert
extends OgreScriptBaseTask

Requires a list cache and copy cache reference from the environment.

Default values for targetExists and targetIsDirectory are true.

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
Convert()
           
 
Method Summary
 org.eclipse.core.runtime.Plugin getPlugin()
           
 void setAllowPatternDuplicates(boolean allowPatternDuplicates)
           
 void setConfiguration(TrebuchetConfiguration configuration)
           
 void setCopyCache(CopyCache copyCache)
           
 void setFlatten(boolean flatten)
           
 void setListCache(ListCache listCache)
           
 void setTargetExists(boolean targetExists)
           
 void setTargetIsDirectory(boolean targetIsDirectory)
           
 
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

Convert

public Convert()
Method Detail

setAllowPatternDuplicates

public void setAllowPatternDuplicates(boolean allowPatternDuplicates)

setConfiguration

public void setConfiguration(TrebuchetConfiguration configuration)

setCopyCache

public void setCopyCache(CopyCache copyCache)

setFlatten

public void setFlatten(boolean flatten)

setListCache

public void setListCache(ListCache listCache)

setTargetExists

public void setTargetExists(boolean targetExists)

setTargetIsDirectory

public void setTargetIsDirectory(boolean targetIsDirectory)

getPlugin

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