Class AbstractArchiveHandler

  • All Implemented Interfaces:
    org.glassfish.api.deployment.archive.ArchiveHandler

    public abstract class AbstractArchiveHandler
    extends org.glassfish.internal.deployment.GenericHandler
    Common methods for ArchiveHandler implementations
    Author:
    Jerome Dochez
    • Field Detail

      • deplLogger

        public static final Logger deplLogger
    • Constructor Detail

      • AbstractArchiveHandler

        public AbstractArchiveHandler()
    • Method Detail

      • getManifestLibraries

        public List<URL> getManifestLibraries​(org.glassfish.api.deployment.DeploymentContext context)
      • getXMLInputFactory

        protected static XMLInputFactory getXMLInputFactory()