ncsa.tools.ogrescript.trebuchet.tasks.operation
Class BaseOp
java.lang.Object
ncsa.tools.ogrescript.OgreScriptElement
ncsa.tools.ogrescript.tasks.OgreScriptBaseTask
ncsa.tools.ogrescript.tasks.OgreScriptTask
ncsa.tools.ogrescript.trebuchet.tasks.operation.BaseOp
- All Implemented Interfaces:
- IIdentifiable, ITask, UserFacing
- Direct Known Subclasses:
- CacheBasedOp, Ls, Restart
- public abstract class BaseOp
- extends OgreScriptTask
| 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 |
setConfiguration
public void setConfiguration(TrebuchetConfiguration configuration)
addListener
public void addListener(IOperationListener listener)
addLoggingListener
public void addLoggingListener(LoggingOperationListener listener)
addCopyProgressListener
public void addCopyProgressListener(CopyOperationProgressListener listener)
addFileProgressListener
public void addFileProgressListener(FileCopyProgressListener listener)
addListProgressListener
public void addListProgressListener(ListProgressListener listener)
addListMetadataListener
public void addListMetadataListener(ListToMetadataListener listener)
getPlugin
public org.eclipse.core.runtime.Plugin getPlugin()
- Specified by:
getPlugin in interface IIdentifiable- Overrides:
getPlugin in class OgreScriptBaseTask
setEvents
public void setEvents(boolean events)
setLog4j
public void setLog4j(boolean log4j)
setStdout
public void setStdout(boolean stdout)