Module hw06
Package provided.utils.loader.impl
package provided.utils.loader.impl
Implementations of the definitions in the loader package
- Author:
- swong
-
Class SummaryClassDescriptionAObjectLoader<ReturnT>Factory that dynamically class loads and instantiates an object of type ReturnTObjectLoader<ReturnT>Factory that dynamically class loads and instantiates an object of type ReturnT This is a non-recursive object loader that should be used when the fully qualified name of the desired class can be determined BEFORE the object loader is invoked.ObjectLoaderPath<ReturnT>An IObjectLoader implementation that will walk through multiple locations, defined by multiple classname prefixes, to load an object of the specified type.