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 theBuilder.buildCommandfield to the argument.Builder.classesOrPackages(String... classesOrPackages) Requests theBuilder.classScannerto add a class or all classes from a package.Builder.classPaths(String classPaths) Splits argument withFile.pathSeparatorand appends result to paths of theBuilder.classScanner.Builder.classPaths(String... classPaths) Appends argument to the paths of theBuilder.classScanner.Builder.clean(boolean clean) Sets theBuilder.cleanfield to the argument.Builder.commandExecutor(CommandExecutor commandExecutor) Sets theBuilder.commandExecutorfield to the argument.Builder.compile(boolean compile) Sets theBuilder.compilefield to the argument.Builder.compilerOptions(String... options) Appends arguments to theBuilder.compilerOptionsfield.Builder.configDirectory(File configDirectory) Sets theBuilder.configDirectoryfield to the argument.Builder.configDirectory(String configDirectory) Sets theBuilder.configDirectoryfield to the argument.Builder.copyLibs(boolean copyLibs) Sets theBuilder.copyLibsfield to the argument.Builder.copyResources(boolean copyResources) Sets theBuilder.copyResourcesfield to the argument.Builder.deleteJniFiles(boolean deleteJniFiles) Sets theBuilder.deleteJniFilesfield to the argument.Sets theBuilder.encodingfield to the argument.Builder.environmentVariables(Map<String, String> environmentVariables) Sets theBuilder.environmentVariablesfield to the argument.Builder.generate(boolean generate) Sets theBuilder.generatefield to the argument.Builder.header(boolean header) Sets theBuilder.headerfield to the argument.Sets theBuilder.jarPrefixfield to the argument.Builder.outputDirectory(File outputDirectory) Sets theBuilder.outputDirectoryfield to the argument.Builder.outputDirectory(String outputDirectory) Sets theBuilder.outputDirectoryfield to the argument.Builder.outputName(String outputName) Sets theBuilder.outputNamefield to the argument.Builder.properties(String platform) Sets theBuilder.propertiesfield to the ones loaded from resources for the specified platform.Builder.properties(Properties properties) Adds all the properties of the argument to theBuilder.propertiesfield.Sets a property of theBuilder.propertiesfield, in either "key=value" or "key:value" format.Sets a key/value pair property of theBuilder.propertiesfield.Builder.propertyFile(File propertyFile) Sets theBuilder.propertiesfield to the ones loaded from the specified file.Builder.propertyFile(String filename) Sets theBuilder.propertiesfield to the ones loaded from the specified file.Builder.workingDirectory(File workingDirectory) Sets theBuilder.workingDirectoryfield to the argument.Builder.workingDirectory(String workingDirectory) Sets theBuilder.workingDirectoryfield to the argument.