public interface CompilationResult
| Modifier and Type | Field and Description |
|---|---|
static int |
RESULT_CODE_COMPILATION_FAILED |
static int |
RESULT_CODE_ILLEGAL_OPTION_VALUE |
static int |
RESULT_CODE_INTERNAL_COMPILER_ERROR |
static int |
RESULT_CODE_MISSING_OPTION_ARGUMENT |
static int |
RESULT_CODE_OK |
static int |
RESULT_CODE_UNRECOGNIZED_OPTION |
| Modifier and Type | Method and Description |
|---|---|
Map<File,File> |
getOutputFileMap()
Return a map from source (input) files to successfully generated output files.
|
int |
getResultCode()
Return the result code of the last compilation run.
|
static final int RESULT_CODE_OK
static final int RESULT_CODE_COMPILATION_FAILED
static final int RESULT_CODE_INTERNAL_COMPILER_ERROR
static final int RESULT_CODE_UNRECOGNIZED_OPTION
static final int RESULT_CODE_MISSING_OPTION_ARGUMENT
static final int RESULT_CODE_ILLEGAL_OPTION_VALUE
Copyright © 2002–2016 CoreMedia AG. All rights reserved.