Package editor.shipit
Class ExperimentBuild
- java.lang.Object
-
- editor.shipit.ExperimentBuild
-
public class ExperimentBuild extends Object
-
-
Constructor Summary
Constructors Constructor Description ExperimentBuild(boolean rebuild)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
compile(ICompileConsumer consumer, Set<IType> typesToCompile)
static ExperimentBuild
instance()
boolean
make(ICompileConsumer consumer)
boolean
rebuild(ICompileConsumer consumer)
-
-
-
Method Detail
-
instance
public static ExperimentBuild instance()
-
make
public boolean make(ICompileConsumer consumer)
-
compile
public boolean compile(ICompileConsumer consumer, Set<IType> typesToCompile)
-
rebuild
public boolean rebuild(ICompileConsumer consumer)
-
-