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.
-
Uses of ClassProperties in org.bytedeco.javacpp
Methods in org.bytedeco.javacpp that return ClassPropertiesModifier and TypeMethodDescriptionstatic ClassPropertiesLoader.loadProperties(Class[] cls, Properties properties, boolean inherit) For all the classes, loads all properties from each Class annotations for the given platform.static ClassPropertiesLoader.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 StringLoader.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 theClassresources.voidLoadEnabled.init(ClassProperties properties) -
Uses of ClassProperties in org.bytedeco.javacpp.presets
Methods in org.bytedeco.javacpp.presets with parameters of type ClassProperties