Class CreateSampleSiteCatalog
- java.lang.Object
-
- edu.isi.pegasus.planner.catalog.site.classes.CreateSampleSiteCatalog
-
public class CreateSampleSiteCatalog extends java.lang.ObjectGenerates a sample site catalog in XML.- Version:
- $Revision$
- Author:
- Karan Vahi
-
-
Constructor Summary
Constructors Constructor Description CreateSampleSiteCatalog()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconstructSiteCatalog(java.lang.String file)Generates a sample site catalog.HeadNodeFScreateHeadNodeFS()Creates an object describing the head node filesystem.WorkerNodeFScreateWorkerNodeFS()Creates an object describing the worker node filesystem.static voidmain(java.lang.String[] args)The main program
-
-
-
Method Detail
-
constructSiteCatalog
public void constructSiteCatalog(java.lang.String file)
Generates a sample site catalog.- Parameters:
file- the path to the file to be written out.
-
createHeadNodeFS
public HeadNodeFS createHeadNodeFS()
Creates an object describing the head node filesystem.- Returns:
- the HeadNodeFS
-
createWorkerNodeFS
public WorkerNodeFS createWorkerNodeFS()
Creates an object describing the worker node filesystem.- Returns:
- the HeadNodeFS
-
main
public static void main(java.lang.String[] args)
The main program- Parameters:
args-
-
-