Module hw06

Package provided.utils.loader.impl


package provided.utils.loader.impl
Implementations of the definitions in the loader package
Author:
swong
  • Class Summary
    Class
    Description
    AObjectLoader<ReturnT>
    Factory that dynamically class loads and instantiates an object of type ReturnT
    ObjectLoader<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.
    An IObjectLoader implementation that will walk through multiple locations, defined by multiple classname prefixes, to load an object of the specified type.