Uses of Class
org.bytedeco.javacpp.tools.Builder
Packages that use Builder
-
Uses of Builder in org.bytedeco.javacpp.tools
Methods in org.bytedeco.javacpp.tools that return BuilderModifier and TypeMethodDescriptionBuilder.addProperty
(String key, String... values) Adds values to a given property key, seperating them with "platform.path.separator".Builder.buildCommand
(String[] buildCommand) Sets thebuildCommand
field to the argument.Builder.classesOrPackages
(String... classesOrPackages) Requests theclassScanner
to add a class or all classes from a package.Builder.classPaths
(String classPaths) Splits argument withFile.pathSeparator
and appends result to paths of theclassScanner
.Builder.classPaths
(String... classPaths) Appends argument to the paths of theclassScanner
.Builder.clean
(boolean clean) Sets theclean
field to the argument.Builder.commandExecutor
(CommandExecutor commandExecutor) Sets thecommandExecutor
field to the argument.Builder.compile
(boolean compile) Sets thecompile
field to the argument.Builder.compilerOptions
(String... options) Appends arguments to thecompilerOptions
field.Builder.configDirectory
(File configDirectory) Sets theconfigDirectory
field to the argument.Builder.configDirectory
(String configDirectory) Sets theconfigDirectory
field to the argument.Builder.copyLibs
(boolean copyLibs) Sets thecopyLibs
field to the argument.Builder.copyResources
(boolean copyResources) Sets thecopyResources
field to the argument.Builder.deleteJniFiles
(boolean deleteJniFiles) Sets thedeleteJniFiles
field to the argument.Sets theencoding
field to the argument.Builder.environmentVariables
(Map<String, String> environmentVariables) Sets theenvironmentVariables
field to the argument.Builder.generate
(boolean generate) Sets thegenerate
field to the argument.Builder.header
(boolean header) Sets theheader
field to the argument.Sets thejarPrefix
field to the argument.Builder.outputDirectory
(File outputDirectory) Sets theoutputDirectory
field to the argument.Builder.outputDirectory
(String outputDirectory) Sets theoutputDirectory
field to the argument.Builder.outputName
(String outputName) Sets theoutputName
field to the argument.Builder.properties
(String platform) Sets theproperties
field to the ones loaded from resources for the specified platform.Builder.properties
(Properties properties) Adds all the properties of the argument to theproperties
field.Sets a property of theproperties
field, in either "key=value" or "key:value" format.Sets a key/value pair property of theproperties
field.Builder.propertyFile
(File propertyFile) Sets theproperties
field to the ones loaded from the specified file.Builder.propertyFile
(String filename) Sets theproperties
field to the ones loaded from the specified file.Builder.workingDirectory
(File workingDirectory) Sets theworkingDirectory
field to the argument.Builder.workingDirectory
(String workingDirectory) Sets theworkingDirectory
field to the argument.