ncsa.tools.ogrescript.trebuchet.tasks.cache
Class Convert
java.lang.Object
ncsa.tools.ogrescript.OgreScriptElement
ncsa.tools.ogrescript.tasks.OgreScriptBaseTask
ncsa.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
|
| Methods inherited from class ncsa.tools.ogrescript.tasks.OgreScriptBaseTask |
execute, getInstanceId, getScript, getTaskId, getTaskName, setEnvironment, setInstanceId, setScript, setTaskId, setTaskName, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TAG_SELF
public static final java.lang.String TAG_SELF
- See Also:
- Constant Field Values
Convert
public Convert()
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