public interface Implementation
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
VERSION
The version number associated with this API.
|
Modifier and Type | Method and Description |
---|---|
void |
initialize(PegasusBag bag)
Intializes the class.
|
Job |
makeCreateDirJob(java.lang.String site,
java.lang.String name,
java.lang.String directoryURL)
It creates a make directory job that creates a directory on the remote pool
using the perl executable that Gaurang wrote.
|
static final java.lang.String VERSION
void initialize(PegasusBag bag)
bag
- bag of initialization objectsJob makeCreateDirJob(java.lang.String site, java.lang.String name, java.lang.String directoryURL)
site
- the execution site for which the create dir job is to be
created.name
- the name that is to be assigned to the job.directoryURL
- the externally accessible URL to the directory that is
created