Package com.sun.enterprise.deploy.shared
Class AbstractArchiveHandler
- java.lang.Object
-
- org.glassfish.internal.deployment.GenericHandler
-
- com.sun.enterprise.deploy.shared.AbstractArchiveHandler
-
- All Implemented Interfaces:
org.glassfish.api.deployment.archive.ArchiveHandler
public abstract class AbstractArchiveHandler extends org.glassfish.internal.deployment.GenericHandlerCommon methods for ArchiveHandler implementations- Author:
- Jerome Dochez
-
-
Field Summary
Fields Modifier and Type Field Description static LoggerdeplLogger
-
Constructor Summary
Constructors Constructor Description AbstractArchiveHandler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<URL>getManifestLibraries(org.glassfish.api.deployment.DeploymentContext context)protected static XMLInputFactorygetXMLInputFactory()-
Methods inherited from class org.glassfish.internal.deployment.GenericHandler
expand, getClassPathURIs, getDefaultApplicationName, getDefaultApplicationName, getDefaultApplicationNameFromArchiveName, getManifest, getVersionIdentifier, requiresAnnotationScanning
-
-
-
-
Field Detail
-
deplLogger
public static final Logger deplLogger
-
-
Method Detail
-
getManifestLibraries
public List<URL> getManifestLibraries(org.glassfish.api.deployment.DeploymentContext context)
-
getXMLInputFactory
protected static XMLInputFactory getXMLInputFactory()
-
-