org.ourgrid.common.spec.main
Class DescriptionFileCompile

java.lang.Object
  extended by org.ourgrid.common.spec.main.DescriptionFileCompile

public class DescriptionFileCompile
extends java.lang.Object


Constructor Summary
DescriptionFileCompile()
           
 
Method Summary
static java.util.List<PeerSpec> compileGDF(java.lang.String descriptionFilePath)
           
static JobSpec compileJDF(java.lang.String descriptionFilePath)
           
static java.util.List<GumSpec> compileSDF(java.lang.String descriptionFilePath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescriptionFileCompile

public DescriptionFileCompile()
Method Detail

compileJDF

public static JobSpec compileJDF(java.lang.String descriptionFilePath)
                          throws CompilerException
Throws:
CompilerException

compileGDF

public static java.util.List<PeerSpec> compileGDF(java.lang.String descriptionFilePath)
                                           throws CompilerException
Throws:
CompilerException

compileSDF

public static java.util.List<GumSpec> compileSDF(java.lang.String descriptionFilePath)
                                          throws CompilerException
Throws:
CompilerException