T - class of the implemented compilerprotected abstract static class CompilerUtils.MultipleFileCompiler<T extends CompilerUtils.MultipleFileCompiler> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
MultipleFileCompiler() |
| Modifier and Type | Method and Description |
|---|---|
T |
compiling(File... sources)
Indicates which source file must be compiled.
|
protected File |
compressGeneratedFiles(File targetFolder,
String jarName)
Generates a JAR file form the compiled files
|
T |
including(File resource,
String alias)
Includes a resource file into the generated JAR file.
|
public T compiling(File... sources)
sources - source files. Non empty.public T including(File resource, String alias)
resource - resource file. Non empty.Copyright © 2003–2018 MuleSoft, Inc.. All rights reserved.