Uses of Class
io.permazen.util.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
-
Uses of ApplicationClassLoader in io.permazen.util
Modifier and TypeMethodDescriptionstatic ApplicationClassLoader
ApplicationClassLoader.getInstance()
Obtain the unique instance having the current thread's context class loader as its parent, creating it on demand if needed.static ApplicationClassLoader
ApplicationClassLoader.getInstance
(ClassLoader parent) Obtain the unique instance having the givenClassLoader
as its parent, creating it on demand if needed.