The classes in this package provide an easy to use facility for setting the search paths for finding classes and their source files. This is used in locating source files that correspond to given classes.
The PathManager
implementations are accessed via the
PathProvider
static class. To provide custom
implementations of PathManager
, you must install your
implementation as a "service". See the NetBeans OpenAPIs
documentation under "Services & Lookup" to learn how
this is done.