Interface BuildAction
-
- All Known Implementing Classes:
CompileCsClient,CompileJavaClient,CompileRevenjJava,CompileRevenjNet,CompileRevenjScala,CompileScalaClient,PreparePhpUI,PrepareSources
public interface BuildAction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbuild(java.io.File sources, Context context)booleancheck(Context context)
-
-
-
Method Detail
-
check
boolean check(Context context) throws ExitException
- Throws:
ExitException
-
build
void build(java.io.File sources, Context context) throws ExitException- Throws:
ExitException
-
-