Package | Description |
---|---|
org.bytedeco.javacpp.tools |
Contains classes used at build time by JavaCPP.
|
Modifier and Type | Method and Description |
---|---|
Builder |
Builder.addProperty(String key,
String... values)
Adds values to a given property key, seperating them with "platform.path.separator".
|
Builder |
Builder.addProperty(String key,
String... values)
Adds values to a given property key, seperating them with "platform.path.separator".
|
Builder |
Builder.buildCommand(String[] buildCommand)
Sets the
buildCommand field to the argument. |
Builder |
Builder.buildCommand(String[] buildCommand)
Sets the
buildCommand field to the argument. |
Builder |
Builder.classesOrPackages(String... classesOrPackages)
Requests the
classScanner to add a class or all classes from a package. |
Builder |
Builder.classesOrPackages(String... classesOrPackages)
Requests the
classScanner to add a class or all classes from a package. |
Builder |
Builder.classPaths(String... classPaths)
Appends argument to the paths of the
classScanner . |
Builder |
Builder.classPaths(String... classPaths)
Appends argument to the paths of the
classScanner . |
Builder |
Builder.classPaths(String classPaths)
Splits argument with
File.pathSeparator and appends result to paths of the classScanner . |
Builder |
Builder.classPaths(String classPaths)
Splits argument with
File.pathSeparator and appends result to paths of the classScanner . |
Builder |
Builder.clean(boolean clean)
Sets the
clean field to the argument. |
Builder |
Builder.clean(boolean clean)
Sets the
clean field to the argument. |
Builder |
Builder.commandExecutor(CommandExecutor commandExecutor)
Sets the
commandExecutor field to the argument. |
Builder |
Builder.commandExecutor(CommandExecutor commandExecutor)
Sets the
commandExecutor field to the argument. |
Builder |
Builder.compile(boolean compile)
Sets the
compile field to the argument. |
Builder |
Builder.compile(boolean compile)
Sets the
compile field to the argument. |
Builder |
Builder.compilerOptions(String... options)
Appends arguments to the
compilerOptions field. |
Builder |
Builder.compilerOptions(String... options)
Appends arguments to the
compilerOptions field. |
Builder |
Builder.configDirectory(File configDirectory)
Sets the
configDirectory field to the argument. |
Builder |
Builder.configDirectory(File configDirectory)
Sets the
configDirectory field to the argument. |
Builder |
Builder.configDirectory(String configDirectory)
Sets the
configDirectory field to the argument. |
Builder |
Builder.configDirectory(String configDirectory)
Sets the
configDirectory field to the argument. |
Builder |
Builder.copyLibs(boolean copyLibs)
Sets the
copyLibs field to the argument. |
Builder |
Builder.copyLibs(boolean copyLibs)
Sets the
copyLibs field to the argument. |
Builder |
Builder.copyResources(boolean copyResources)
Sets the
copyResources field to the argument. |
Builder |
Builder.copyResources(boolean copyResources)
Sets the
copyResources field to the argument. |
Builder |
Builder.deleteJniFiles(boolean deleteJniFiles)
Sets the
deleteJniFiles field to the argument. |
Builder |
Builder.deleteJniFiles(boolean deleteJniFiles)
Sets the
deleteJniFiles field to the argument. |
Builder |
Builder.encoding(String encoding)
Sets the
encoding field to the argument. |
Builder |
Builder.encoding(String encoding)
Sets the
encoding field to the argument. |
Builder |
Builder.environmentVariables(Map<String,String> environmentVariables)
Sets the
environmentVariables field to the argument. |
Builder |
Builder.environmentVariables(Map<String,String> environmentVariables)
Sets the
environmentVariables field to the argument. |
Builder |
Builder.generate(boolean generate)
Sets the
generate field to the argument. |
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.header(boolean header)
Sets the
header field to the argument. |
Builder |
Builder.jarPrefix(String jarPrefix)
Sets the
jarPrefix field to the argument. |
Builder |
Builder.jarPrefix(String jarPrefix)
Sets the
jarPrefix field to the argument. |
Builder |
Builder.outputDirectory(File outputDirectory)
Sets the
outputDirectory field to the argument. |
Builder |
Builder.outputDirectory(File outputDirectory)
Sets the
outputDirectory field to the argument. |
Builder |
Builder.outputDirectory(String outputDirectory)
Sets the
outputDirectory field to the argument. |
Builder |
Builder.outputDirectory(String outputDirectory)
Sets the
outputDirectory field to the argument. |
Builder |
Builder.outputName(String outputName)
Sets the
outputName field to the argument. |
Builder |
Builder.outputName(String outputName)
Sets the
outputName field to the argument. |
Builder |
Builder.properties(Properties properties)
Adds all the properties of the argument to the
properties field. |
Builder |
Builder.properties(Properties properties)
Adds all the properties of the argument to the
properties field. |
Builder |
Builder.properties(String platform)
Sets the
properties field to the ones loaded from resources for the specified platform. |
Builder |
Builder.properties(String platform)
Sets the
properties field to the ones loaded from resources for the specified platform. |
Builder |
Builder.property(String keyValue)
Sets a property of the
properties field, in either "key=value" or "key:value" format. |
Builder |
Builder.property(String keyValue)
Sets a property of the
properties field, in either "key=value" or "key:value" format. |
Builder |
Builder.property(String key,
String value)
Sets a key/value pair property of the
properties field. |
Builder |
Builder.property(String key,
String value)
Sets a key/value pair property of the
properties field. |
Builder |
Builder.propertyFile(File propertyFile)
Sets the
properties field to the ones loaded from the specified file. |
Builder |
Builder.propertyFile(File propertyFile)
Sets the
properties field to the ones loaded from the specified file. |
Builder |
Builder.propertyFile(String filename)
Sets the
properties field to the ones loaded from the specified file. |
Builder |
Builder.propertyFile(String filename)
Sets the
properties field to the ones loaded from the specified file. |
Builder |
Builder.workingDirectory(File workingDirectory)
Sets the
workingDirectory field to the argument. |
Builder |
Builder.workingDirectory(File workingDirectory)
Sets the
workingDirectory field to the argument. |
Builder |
Builder.workingDirectory(String workingDirectory)
Sets the
workingDirectory field to the argument. |
Builder |
Builder.workingDirectory(String workingDirectory)
Sets the
workingDirectory field to the argument. |
Copyright © 2023. All rights reserved.