com.ibm.commons.iloader.node.loaders
Class AbstractLoader

java.lang.Object
  extended by com.ibm.commons.iloader.node.loaders.AbstractLoader
All Implemented Interfaces:
ILoader
Direct Known Subclasses:
JavaBeanLoader

public abstract class AbstractLoader
extends java.lang.Object
implements ILoader

An abstract loader that should be extended instead of directly implementing ILoader.


Constructor Summary
protected AbstractLoader()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ibm.commons.iloader.node.ILoader
getClassOf, getInheritingClassesOf, getNamespaces, getObject, getObjectCollection, getValue, getValueCollection, handleNamespace, isNativeClass, isNativeObject, loadClass, setObject, setValue
 

Constructor Detail

AbstractLoader

protected AbstractLoader()