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 thebuildCommandfield to the argument.Builder.classesOrPackages(String... classesOrPackages) Requests theclassScannerto add a class or all classes from a package.Builder.classPaths(String classPaths) Splits argument withFile.pathSeparatorand appends result to paths of theclassScanner.Builder.classPaths(String... classPaths) Appends argument to the paths of theclassScanner.Builder.clean(boolean clean) Sets thecleanfield to the argument.Builder.commandExecutor(CommandExecutor commandExecutor) Sets thecommandExecutorfield to the argument.Builder.compile(boolean compile) Sets thecompilefield to the argument.Builder.compilerOptions(String... options) Appends arguments to thecompilerOptionsfield.Builder.configDirectory(File configDirectory) Sets theconfigDirectoryfield to the argument.Builder.configDirectory(String configDirectory) Sets theconfigDirectoryfield to the argument.Builder.copyLibs(boolean copyLibs) Sets thecopyLibsfield to the argument.Builder.copyResources(boolean copyResources) Sets thecopyResourcesfield to the argument.Builder.deleteJniFiles(boolean deleteJniFiles) Sets thedeleteJniFilesfield to the argument.Sets theencodingfield to the argument.Builder.environmentVariables(Map<String, String> environmentVariables) Sets theenvironmentVariablesfield to the argument.Builder.generate(boolean generate) Sets thegeneratefield to the argument.Builder.header(boolean header) Sets theheaderfield to the argument.Sets thejarPrefixfield to the argument.Builder.outputDirectory(File outputDirectory) Sets theoutputDirectoryfield to the argument.Builder.outputDirectory(String outputDirectory) Sets theoutputDirectoryfield to the argument.Builder.outputName(String outputName) Sets theoutputNamefield to the argument.Builder.properties(String platform) Sets thepropertiesfield to the ones loaded from resources for the specified platform.Builder.properties(Properties properties) Adds all the properties of the argument to thepropertiesfield.Sets a property of thepropertiesfield, in either "key=value" or "key:value" format.Sets a key/value pair property of thepropertiesfield.Builder.propertyFile(File propertyFile) Sets thepropertiesfield to the ones loaded from the specified file.Builder.propertyFile(String filename) Sets thepropertiesfield to the ones loaded from the specified file.Builder.workingDirectory(File workingDirectory) Sets theworkingDirectoryfield to the argument.Builder.workingDirectory(String workingDirectory) Sets theworkingDirectoryfield to the argument.