FileDocCategorySizeDatePackage
Scanner.javaAPI DocGlassfish v2 API3095Fri May 04 22:30:22 BST 2007com.sun.enterprise.deployment.annotation

Scanner

public interface Scanner
This interface is responsible for scanning the binary location provided and provide each binary file through a pull interfaces
author
Jerome Dochez

Fields Summary
Constructors Summary
Methods Summary
public java.lang.ClassLoadergetClassLoader()
Returns a ClassLoader capable of loading classes from the underlying medium

return
a class loader capable of loading the classes

public ComponentInfogetComponentInfo(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.

param
implementation class of the component.

public java.util.SetgetElements()
Return a complete set of classes available from this location.

return
the complete set of classes