Uses of Package
io.github.lukehutch.fastclasspathscanner.utils
-
Classes in io.github.lukehutch.fastclasspathscanner.utils used by io.github.lukehutch.fastclasspathscanner Class Description ClasspathOrder A class to find the unique ordered classpath elements.LogNode A tree-structured threadsafe log that allows you to add log entries in arbitrary order, and have the output retain a sane order.WhiteBlackList.WhiteBlackListLeafname Whitelist/blacklist for prefix strings.WhiteBlackList.WhiteBlackListPrefix Whitelist/blacklist for prefix strings.WhiteBlackList.WhiteBlackListWholeString Whitelist/blacklist for whole-strings matches. -
Classes in io.github.lukehutch.fastclasspathscanner.utils used by io.github.lukehutch.fastclasspathscanner.classloaderhandler Class Description ClasspathOrder A class to find the unique ordered classpath elements.LogNode A tree-structured threadsafe log that allows you to add log entries in arbitrary order, and have the output retain a sane order. -
Classes in io.github.lukehutch.fastclasspathscanner.utils used by io.github.lukehutch.fastclasspathscanner.utils Class Description ClassLoaderAndModuleFinder A class to find the unique ordered classpath elements.ClasspathOrModulePathEntry An entry in the classpath or module path.InputStreamOrByteBufferAdapter Buffer class that can wrap either an InputStream or a ByteBuffer, depending on which is available.InterruptionChecker Check if this thread or any other thread that shares this InterruptionChecker instance has been interrupted or has thrown an exception.JarfileMetadataReader Fast parser for jar manifest files.LogNode A tree-structured threadsafe log that allows you to add log entries in arbitrary order, and have the output retain a sane order.NestedJarHandler Unzip a jarfile within a jarfile to a temporary file on disk.Parser Parser.ParseException Recycler Recycle instances of type T.WhiteBlackList A class storing whitelist or blacklist criteria.WhiteBlackList.WhiteBlackListWholeString Whitelist/blacklist for whole-strings matches.WorkQueue A parallel work queue.WorkQueue.WorkQueuePreStartHook A hook that is called once a WorkQueue is created, inside its try-with-resources block, before the workers are started.WorkQueue.WorkUnitProcessor A work unit processor.