|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Scanner | |
|---|---|
| org.glassfish.apf | Provides the classes necessary to process J2SE 1.5 annotations in the context of the J2EE application server. |
| org.glassfish.apf.impl | |
| Uses of Scanner in org.glassfish.apf |
|---|
| Methods in org.glassfish.apf that return Scanner | |
|---|---|
Scanner |
ProcessingContext.getProcessingInput()
Returns the Scanner implementation which is responsible for providing access to all the .class files the processing tool needs to scan. |
| Methods in org.glassfish.apf with parameters of type Scanner | |
|---|---|
void |
ProcessingContext.setProcessingInput(Scanner scanner)
Sets the Scanner implementation which is responsible for accessing all the .class files the AnnotationProcessor should process. |
| Uses of Scanner in org.glassfish.apf.impl |
|---|
| Classes in org.glassfish.apf.impl that implement Scanner | |
|---|---|
class |
DirectoryScanner
Implementation of the Scanner interface for a directory |
class |
JarScanner
Implements the scanner interface on a jar file. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||