Uses of Class
org.bytedeco.javacpp.ClassProperties
-
Packages that use ClassProperties Package Description org.bytedeco.javacpp Contains the main set of classes for JavaCPP at runtime.org.bytedeco.javacpp.presets Contains base presets which can be inherited.org.bytedeco.javacpp.tools Contains classes used at build time by JavaCPP. -
-
Uses of ClassProperties in org.bytedeco.javacpp
Methods in org.bytedeco.javacpp that return ClassProperties Modifier and Type Method Description static ClassProperties
Loader. loadProperties(java.lang.Class[] cls, java.util.Properties properties, boolean inherit)
For all the classes, loads all properties from each Class annotations for the given platform.static ClassProperties
Loader. loadProperties(java.lang.Class cls, java.util.Properties properties, boolean inherit)
Loads all properties from Class annotations for the given platform.Methods in org.bytedeco.javacpp with parameters of type ClassProperties Modifier and Type Method Description static java.lang.String
Loader. createLibraryLink(java.lang.String filename, ClassProperties properties, java.lang.String libnameversion, java.lang.String... paths)
Creates a version-less symbolic link to a library file, if needed.static java.net.URL[]
Loader. findLibrary(java.lang.Class cls, ClassProperties properties, java.lang.String libnameversion)
ReturnsfindLibrary(cls, properties, libnameversion, Loader.pathsFirst)
.static java.net.URL[]
Loader. findLibrary(java.lang.Class cls, ClassProperties properties, java.lang.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 Modifier and Type Method Description void
javacpp. init(ClassProperties properties)
-
Uses of ClassProperties in org.bytedeco.javacpp.tools
Methods in org.bytedeco.javacpp.tools with parameters of type ClassProperties Modifier and Type Method Description (package private) int
Builder. compile(java.lang.String[] sourceFilenames, java.lang.String outputFilename, ClassProperties properties, java.io.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.
-