| |
|
| java.lang.Object com.metaboss.sdlctools.services.jdktools.CompilationResult
CompilationResult | final public class CompilationResult (Code) | | This structure contains comilation output
|
mCompilerPrintout | protected String mCompilerPrintout(Code) | | This fields contains the printout of the compilation
|
mIsSuccessful | protected boolean mIsSuccessful(Code) | | This fields contains true if compiler has succeeded
|
mJarredOutput | protected byte[] mJarredOutput(Code) | | This fields contains the jar result of the successfull compilation
|
createCompilerFailure | public static CompilationResult createCompilerFailure(String pCompilerPrintout)(Code) | | Creates the result containing the failure
|
createCompilerSuccess | public static CompilationResult createCompilerSuccess(byte[] pJarredOutput, String pCompilerPrintout)(Code) | | Creates the result containing the success
|
createCompilerSuccess | public static CompilationResult createCompilerSuccess(byte[] pJarredOutput)(Code) | | Creates the result containing the success
|
getCompilerPrintout | public String getCompilerPrintout()(Code) | | Returns contents of the compiler output
|
getResultJar | public byte[] getResultJar()(Code) | | Returns contents of the jar file
|
isSuccessful | public boolean isSuccessful()(Code) | | Returns true if result is successfull
|
|
|
|