Uses of Class
com.sun.enterprise.deployment.annotation.impl.ModuleScanner
-
-
Uses of ModuleScanner in com.sun.enterprise.deployment.annotation.impl
Subclasses of ModuleScanner in com.sun.enterprise.deployment.annotation.impl Modifier and Type Class Description classAppClientScannerImplementation of the Scanner interface for AppClientclassRarScannerScanner for rar files to file subjars in a directory -
Uses of ModuleScanner in com.sun.enterprise.deployment.archivist
Methods in com.sun.enterprise.deployment.archivist that return ModuleScanner Modifier and Type Method Description ModuleScannerArchivist. getScanner()Returns the scanner for this archivist, usually it is the scanner registered with the same module type as this archivist, but subclasses can return a different versionModuleScannerExtensionsArchivist. getScanner()Returns the scanner for this archivistMethods in com.sun.enterprise.deployment.archivist with parameters of type ModuleScanner Modifier and Type Method Description protected ProcessingResultArchivist. processAnnotations(RootDeploymentDescriptor bundleDesc, ModuleScanner scanner, ReadableArchive archive)Process annotations in a bundle descriptor, the annotation processing is dependent on the type of descriptor being passed.protected voidArchivist. readAnnotations(ReadableArchive archive, T descriptor, Map<ExtensionsArchivist,RootDeploymentDescriptor> extensions, ModuleScanner scanner) -
Uses of ModuleScanner in org.glassfish.ejb.deployment.annotation.impl
Subclasses of ModuleScanner in org.glassfish.ejb.deployment.annotation.impl Modifier and Type Class Description classEjbInWarScannerclassEjbJarScannerImplementation of the Scanner interface for Ejb jar. -
Uses of ModuleScanner in org.glassfish.ejb.deployment.archivist
Methods in org.glassfish.ejb.deployment.archivist that return ModuleScanner Modifier and Type Method Description ModuleScannerEjbInWarArchivist. getScanner()Returns the scanner for this archivist, usually it is the scanner registered with the same module type as this archivist, but subclasses can return a different version -
Uses of ModuleScanner in org.glassfish.web.deployment.annotation.impl
Subclasses of ModuleScanner in org.glassfish.web.deployment.annotation.impl Modifier and Type Class Description classWarScannerImplementation of the Scanner interface for war. -
Uses of ModuleScanner in org.glassfish.web.embed.impl
Methods in org.glassfish.web.embed.impl with parameters of type ModuleScanner Modifier and Type Method Description protected ProcessingResultEmbeddedWebArchivist. processAnnotations(RootDeploymentDescriptor bundleDesc, ModuleScanner scanner, ReadableArchive archive)
-