Uses of Package
org.bytedeco.javacpp.tools

Packages that use org.bytedeco.javacpp.tools
Package
Description
Contains classes used at build time by JavaCPP.
  • Class
    Description
    The 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).
    A wrapper for ProcessBuilder that can be overridden easily for frameworks like Gradle that don't support it well.
    Holds information useful to the Parser and associated with C++ identifiers.
    A Map containing Info objects consumed by the Parser.
    A simple but extensible logging interface that dumps messages to the "standard" output streams by default.