public interface Implementation
Modifier and Type | Field and Description |
---|---|
static String |
VERSION
The version number associated with this API.
|
Modifier and Type | Method and Description |
---|---|
void |
initialize(PegasusBag bag)
Intializes the class.
|
Job |
makeCreateDirJob(String site,
String name,
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 String VERSION
void initialize(PegasusBag bag)
bag
- bag of initialization objectsJob makeCreateDirJob(String site, String name, 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
createdCopyright © 2011 The University of Southern California. All Rights Reserved.