Uses of Class
io.permazen.util.ApplicationClassLoader
Packages that use ApplicationClassLoader
Package
Description
Classes for parsing command line flags in order to configure a Permazen command line interface (CLI) session.
General utility classes used with Permazen.
-
Uses of ApplicationClassLoader in io.permazen.cli.config
Fields in io.permazen.cli.config declared as ApplicationClassLoader -
Uses of ApplicationClassLoader in io.permazen.util
Methods in io.permazen.util that return ApplicationClassLoaderModifier and TypeMethodDescriptionstatic ApplicationClassLoaderApplicationClassLoader.getInstance()Obtain the unique instance having the current thread's context class loader as its parent, creating it on demand if needed.static ApplicationClassLoaderApplicationClassLoader.getInstance(ClassLoader parent) Obtain the unique instance having the givenClassLoaderas its parent, creating it on demand if needed.