Package nonapi.io.github.classgraph.utils


package nonapi.io.github.classgraph.utils
  • Class
    Description
    Assertions.
    Collection utilities.
    Resolve relative paths and URLs/URIs against a base path in a way that is faster than Java's URL/URI parser (and much faster than Path), while aiming for cross-platform compatibility, and hopefully in particular being robust to the many forms of Windows path weirdness.
    File utilities.
    Jarfile utilities.
    A tree-structured threadsafe log that allows you to add log entries in arbitrary order, and have the output retain a sane order.
    A proxying InputStream implementation that compiles for JDK 7 but can support the methods added in JDK 8 by reflection.
    File utilities.
    A simple URL path encoder.
    Finds the version number of ClassGraph, and the version of the JDK.
    The operating system type.