Simple data type to represent the directory layout of a SEU.
| Type | Name and description |
|---|---|
void |
codebase(java.io.File aDir)Short hand method to assign the given file as codebase directory. |
void |
codebase(java.lang.String aDir)Short hand method to assign the given path as codebase directory. |
static SeuacLayout |
defaultLayout(java.lang.Object seuHome)Factory method to create a defaut SEU-as-Code layout for the given SEU home. |
void |
docbase(java.io.File aDir)Short hand method to assign the given file as docbase directory. |
void |
docbase(java.lang.String aDir)Short hand method to assign the given path as docbase directory. |
java.lang.Object |
getDirectories()Returns the list of directories for this layout. |
void |
home(java.io.File aDir)Short hand method to assign the given file as home directory. |
void |
home(java.lang.String aDir)Short hand method to assign the given path as home directory. |
void |
mkdirs()Utility method to create the directories for this layout instance. |
void |
repository(java.io.File aDir)Short hand method to assign the given file as repository directory. |
void |
repository(java.lang.String aDir)Short hand method to assign the given path as repository directory. |
void |
software(java.io.File aDir)Short hand method to assign the given file as software directory. |
void |
software(java.lang.String aDir)Short hand method to assign the given path as software directory. |
void |
temp(java.io.File aDir)Short hand method to assign the given file as temp directory. |
void |
temp(java.lang.String aDir)Short hand method to assign the given path as temp directory. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Short hand method to assign the given file as codebase directory.
aDir - the dirShort hand method to assign the given path as codebase directory.
aDir - the dirFactory method to create a defaut SEU-as-Code layout for the given SEU home.
seuHome - the SEU homeShort hand method to assign the given file as docbase directory.
aDir - the dirShort hand method to assign the given path as docbase directory.
aDir - the dirReturns the list of directories for this layout.
Short hand method to assign the given file as home directory.
aDir - the dirShort hand method to assign the given path as home directory.
aDir - the dirUtility method to create the directories for this layout instance.
Short hand method to assign the given file as repository directory.
aDir - the dirShort hand method to assign the given path as repository directory.
aDir - the dirShort hand method to assign the given file as software directory.
aDir - the dirShort hand method to assign the given path as software directory.
aDir - the dirShort hand method to assign the given file as temp directory.
aDir - the dirShort hand method to assign the given path as temp directory.
aDir - the dir