Uses of Package
org.bytedeco.javacpp.tools
Packages that use org.bytedeco.javacpp.tools
Package
Description
Contains the main set of classes for JavaCPP at runtime.
Contains classes used at build time by JavaCPP.
-
Classes in org.bytedeco.javacpp.tools used by org.bytedeco.javacppClassDescriptionA simple but extensible logging interface that dumps messages to the "standard" output streams by default.
-
Classes in org.bytedeco.javacpp.tools used by org.bytedeco.javacpp.toolsClassDescriptionThe Builder is responsible for coordinating efforts between the Parser, the Generator, and the native compiler.A Maven Mojo to call the
Builder
(C++ header file -> Java class -> C++ JNI -> native library).An interface used byClassScanner
to determine which classes to load.Given aUserClassLoader
, attempts to match and fill in aCollection
ofClass
, in various ways in which users may wish to do so.A wrapper for ProcessBuilder that can be overridden easily for frameworks like Gradle that don't support it well.Documentation tags, where we keep only the ones that could be compatible between Javadoc and Doxygen.Holds information useful to theParser
and associated with C++ identifiers.A simple but extensible logging interface that dumps messages to the "standard" output streams by default.The Parser, just like the Generator, is a mess that is not meant to support the entirety of C++, but an appropriate subset as used by typical C/C++ header files.An extension ofURLClassLoader
that keeps a list of paths in memory.