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.GenericHandler
Common methods for ArchiveHandler implementations
Author:
Jerome Dochez
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Logger
     

    Fields inherited from class org.glassfish.internal.deployment.GenericHandler

    habitat
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getManifestLibraries(org.glassfish.api.deployment.DeploymentContext context)
     
    protected static XMLInputFactory
     

    Methods inherited from class org.glassfish.internal.deployment.GenericHandler

    expand, getClassPathURIs, getDefaultApplicationName, getDefaultApplicationName, getDefaultApplicationNameFromArchiveName, getManifest, getVersionIdentifier, requiresAnnotationScanning

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.glassfish.api.deployment.archive.ArchiveHandler

    getArchiveType, getClassLoader, handles
  • Field Details

    • deplLogger

      public static final Logger deplLogger
  • Constructor Details

    • AbstractArchiveHandler

      public AbstractArchiveHandler()
  • Method Details

    • getManifestLibraries

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

      protected static XMLInputFactory getXMLInputFactory()