com.sun.enterprise.deploy.shared
Class AbstractArchiveHandler

java.lang.Object
  extended by org.glassfish.internal.deployment.GenericHandler
      extended by com.sun.enterprise.deploy.shared.AbstractArchiveHandler
All Implemented Interfaces:
ArchiveHandler
Direct Known Subclasses:
JarHandler

public abstract class AbstractArchiveHandler
extends GenericHandler

Common methods for ArchiveHandler implementations

Author:
Jerome Dochez

Field Summary
protected static Logger _logger
           
 
Fields inherited from class org.glassfish.internal.deployment.GenericHandler
habitat
 
Constructor Summary
AbstractArchiveHandler()
           
 
Method Summary
 List<URL> getManifestLibraries(DeploymentContext context)
           
protected static XMLInputFactory getXMLInputFactory()
           
 
Methods inherited from class org.glassfish.internal.deployment.GenericHandler
expand, getDefaultApplicationName, getDefaultApplicationName, getManifest, getVersionIdentifier
 
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 Detail

_logger

protected static final Logger _logger
Constructor Detail

AbstractArchiveHandler

public AbstractArchiveHandler()
Method Detail

getManifestLibraries

public List<URL> getManifestLibraries(DeploymentContext context)

getXMLInputFactory

protected static XMLInputFactory getXMLInputFactory()


Copyright © 2012 GlassFish Community. All Rights Reserved.