Methods Summary |
---|
public java.lang.ClassLoader | getClassLoader()Returns a ClassLoader capable of loading classes from the
underlying medium
|
public ComponentInfo | getComponentInfo(java.lang.Class componentImpl)Sometimes, annotations processing requires more than a single class,
especially when such classes end up being a Java Component (Java Beans,
Java EE). The implementation returned from the getComponent will be
responsible for defining the complete view of this component starting
from it's implementation class.
|
public java.util.Set | getElements()Return a complete set of classes available from this location.
|