public class CreateSampleSiteCatalog extends Object
Constructor and Description |
---|
CreateSampleSiteCatalog() |
Modifier and Type | Method and Description |
---|---|
void |
constructSiteCatalog(String file)
Generates a sample site catalog.
|
HeadNodeFS |
createHeadNodeFS()
Creates an object describing the head node filesystem.
|
WorkerNodeFS |
createWorkerNodeFS()
Creates an object describing the worker node filesystem.
|
static void |
main(String[] args)
The main program
|
public void constructSiteCatalog(String file)
file
- the path to the file to be written out.public HeadNodeFS createHeadNodeFS()
public WorkerNodeFS createWorkerNodeFS()
public static void main(String[] args)
args
-