Uses of Interface
org.glassfish.apf.Scanner
-
Packages that use Scanner Package Description com.sun.enterprise.deployment.annotation.impl 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 org.glassfish.ejb.deployment.annotation.impl org.glassfish.web.deployment.annotation.impl -
-
Uses of Scanner in com.sun.enterprise.deployment.annotation.impl
Classes in com.sun.enterprise.deployment.annotation.impl that implement Scanner Modifier and Type Class Description classAppClientScannerImplementation of the Scanner interface for AppClientclassModuleScanner<T>This is an abstract class of the Scanner interface for J2EE module.classRarScannerScanner for rar files to file subjars in a directory -
Uses of Scanner in org.glassfish.apf
Methods in org.glassfish.apf that return Scanner Modifier and Type Method Description ScannerProcessingContext. 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 Modifier and Type Method Description voidProcessingContext. 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 Modifier and Type Class Description classDirectoryScannerImplementation of the Scanner interface for a directoryclassJarScannerImplements the scanner interface on a jar file. -
Uses of Scanner in org.glassfish.ejb.deployment.annotation.impl
Classes in org.glassfish.ejb.deployment.annotation.impl that implement Scanner Modifier and Type Class Description classEjbInWarScannerclassEjbJarScannerImplementation of the Scanner interface for Ejb jar. -
Uses of Scanner in org.glassfish.web.deployment.annotation.impl
Classes in org.glassfish.web.deployment.annotation.impl that implement Scanner Modifier and Type Class Description classWarScannerImplementation of the Scanner interface for war.
-