Uses of Class
org.bytedeco.javacpp.ClassProperties
Packages that use ClassProperties
Package
Description
Contains the main set of classes for JavaCPP at runtime.
Contains base presets which can be inherited.
Contains classes used at build time by JavaCPP.
-
Uses of ClassProperties in org.bytedeco.javacpp
Methods in org.bytedeco.javacpp that return ClassPropertiesModifier and TypeMethodDescriptionstatic ClassProperties
Loader.loadProperties
(Class[] cls, Properties properties, boolean inherit) For all the classes, loads all properties from each Class annotations for the given platform.static ClassProperties
Loader.loadProperties
(Class cls, Properties properties, boolean inherit) Loads all properties from Class annotations for the given platform.Methods in org.bytedeco.javacpp with parameters of type ClassPropertiesModifier and TypeMethodDescriptionstatic String
Loader.createLibraryLink
(String filename, ClassProperties properties, String libnameversion, String... paths) Creates a version-less symbolic link to a library file, if needed.static URL[]
Loader.findLibrary
(Class cls, ClassProperties properties, String libnameversion) ReturnsfindLibrary(cls, properties, libnameversion, Loader.pathsFirst)
.static URL[]
Loader.findLibrary
(Class cls, ClassProperties properties, String libnameversion, boolean pathsFirst) Finds from where the library may be extracted and loaded among theClass
resources.void
LoadEnabled.init
(ClassProperties properties) -
Uses of ClassProperties in org.bytedeco.javacpp.presets
Methods in org.bytedeco.javacpp.presets with parameters of type ClassProperties -
Uses of ClassProperties in org.bytedeco.javacpp.tools
Methods in org.bytedeco.javacpp.tools with parameters of type ClassPropertiesModifier and TypeMethodDescription(package private) int
Builder.compile
(String[] sourceFilenames, String outputFilename, ClassProperties properties, File workingDirectory) Launches and waits for the native compiler to produce a native shared library.(package private) void
Builder.includeJavaPaths
(ClassProperties properties, boolean header) Tries to find automatically include paths forjni.h
andjni_md.h
, as well as the link and library paths for thejvm
library.