Builder |
Builder.addProperty(java.lang.String key,
java.lang.String... values) |
Adds values to a given property key, seperating them with "platform.path.separator".
|
Builder |
Builder.buildCommand(java.lang.String[] buildCommand) |
|
Builder |
Builder.classesOrPackages(java.lang.String... classesOrPackages) |
Requests the classScanner to add a class or all classes from a package.
|
Builder |
Builder.classPaths(java.lang.String classPaths) |
Splits argument with File.pathSeparator and appends result to paths of the classScanner .
|
Builder |
Builder.classPaths(java.lang.String... classPaths) |
|
Builder |
Builder.clean(boolean clean) |
Sets the clean field to the argument.
|
Builder |
Builder.commandExecutor(CommandExecutor commandExecutor) |
|
Builder |
Builder.compile(boolean compile) |
Sets the compile field to the argument.
|
Builder |
Builder.compilerOptions(java.lang.String... options) |
|
Builder |
Builder.configDirectory(java.io.File configDirectory) |
|
Builder |
Builder.configDirectory(java.lang.String configDirectory) |
|
Builder |
Builder.copyLibs(boolean copyLibs) |
Sets the copyLibs field to the argument.
|
Builder |
Builder.copyResources(boolean copyResources) |
|
Builder |
Builder.deleteJniFiles(boolean deleteJniFiles) |
|
Builder |
Builder.encoding(java.lang.String encoding) |
Sets the encoding field to the argument.
|
Builder |
Builder.environmentVariables(java.util.Map<java.lang.String,java.lang.String> environmentVariables) |
|
Builder |
Builder.generate(boolean generate) |
Sets the generate field to the argument.
|
Builder |
Builder.header(boolean header) |
Sets the header field to the argument.
|
Builder |
Builder.jarPrefix(java.lang.String jarPrefix) |
|
Builder |
Builder.outputDirectory(java.io.File outputDirectory) |
|
Builder |
Builder.outputDirectory(java.lang.String outputDirectory) |
|
Builder |
Builder.outputName(java.lang.String outputName) |
|
Builder |
Builder.properties(java.lang.String platform) |
Sets the properties field to the ones loaded from resources for the specified platform.
|
Builder |
Builder.properties(java.util.Properties properties) |
Adds all the properties of the argument to the properties field.
|
Builder |
Builder.property(java.lang.String keyValue) |
Sets a property of the properties field, in either "key=value" or "key:value" format.
|
Builder |
Builder.property(java.lang.String key,
java.lang.String value) |
Sets a key/value pair property of the properties field.
|
Builder |
Builder.propertyFile(java.io.File propertyFile) |
Sets the properties field to the ones loaded from the specified file.
|
Builder |
Builder.propertyFile(java.lang.String filename) |
Sets the properties field to the ones loaded from the specified file.
|
Builder |
Builder.workingDirectory(java.io.File workingDirectory) |
|
Builder |
Builder.workingDirectory(java.lang.String workingDirectory) |
|