| Package | Description |
|---|---|
| edu.isi.pegasus.planner.catalog.site.classes |
| Modifier and Type | Field and Description |
|---|---|
private Directory.TYPE |
XML3PrintVisitor.mLastDirectoryTraversed
Track which type of directory was traversed last.
|
private Directory.TYPE |
Directory.mType
The type of directory
|
| Modifier and Type | Field and Description |
|---|---|
private Map<Directory.TYPE,Directory> |
SiteCatalogEntry.mDirectories
A Map of different directories indexed by Directory.TYPE associated
with the site catalog entry
|
| Modifier and Type | Method and Description |
|---|---|
Directory.TYPE |
Directory.getType()
Set the type of directory
|
static Directory.TYPE |
Directory.TYPE.value(String name) |
static Directory.TYPE |
Directory.TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Directory.TYPE[] |
Directory.TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
StorageType.complain(Directory.TYPE type)
Throws a Runtime Exception
|
Directory |
SiteCatalogEntry.getDirectory(Directory.TYPE type)
Returns a directory corresponding to a particular type
|
void |
Directory.setType(Directory.TYPE type)
Set the type of directory
|
| Constructor and Description |
|---|
Directory(DirectoryLayout directory,
Directory.TYPE type)
Convenience constructor for adapter class
|