ncsa.tools.ogrescript.trebuchet.tasks.operation
Class Copy
java.lang.Object
ncsa.tools.ogrescript.OgreScriptElement
ncsa.tools.ogrescript.tasks.OgreScriptBaseTask
ncsa.tools.ogrescript.tasks.OgreScriptTask
ncsa.tools.ogrescript.trebuchet.tasks.operation.BaseOp
ncsa.tools.ogrescript.trebuchet.tasks.operation.CacheBasedOp
ncsa.tools.ogrescript.trebuchet.tasks.operation.Copy
- All Implemented Interfaces:
- IIdentifiable, ITask, UserFacing
- public class Copy
- extends CacheBasedOp
|
Field Summary |
static java.lang.String |
TAG_SELF
|
|
Constructor Summary |
Copy()
|
| Methods inherited from class ncsa.tools.ogrescript.trebuchet.tasks.operation.BaseOp |
addCopyProgressListener, addFileProgressListener, addListener, addListMetadataListener, addListProgressListener, addLoggingListener, getPlugin, setConfiguration, setEvents, setLog4j, setStdout |
| 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
Copy
public Copy()
addUriPair
public void addUriPair(UriPair pair)
addSourceUri
public void addSourceUri(java.net.URI sourceUri)
addUri
public void addUri(java.net.URI uri)
- Overrides:
addUri in class CacheBasedOp
setMove
public void setMove(boolean move)
setFlatten
public void setFlatten(boolean flatten)
setSourceDir
public void setSourceDir(java.net.URI sourceDir)
setTarget
public void setTarget(java.net.URI target)
setSource
public void setSource(UriPattern source)
setCleanupList
public void setCleanupList(boolean cleanupList)