com.sun.enterprise.deploy.jar
Class JarHandler
java.lang.Object
org.glassfish.internal.deployment.GenericHandler
com.sun.enterprise.deploy.shared.AbstractArchiveHandler
com.sun.enterprise.deploy.jar.JarHandler
- All Implemented Interfaces:
- ArchiveHandler
@Service(name="DEFAULT")
public class JarHandler
- extends AbstractArchiveHandler
- implements ArchiveHandler
ArchiveHandler implementation for jar files
- Author:
- Jerome Dochez
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JarHandler
public JarHandler()
getArchiveType
public String getArchiveType()
- Specified by:
getArchiveType in interface ArchiveHandler
getVersionIdentifier
public String getVersionIdentifier(ReadableArchive archive)
- Specified by:
getVersionIdentifier in interface ArchiveHandler- Overrides:
getVersionIdentifier in class GenericHandler
handles
public boolean handles(ReadableArchive archive)
- Specified by:
handles in interface ArchiveHandler
getClassLoader
public ClassLoader getClassLoader(ClassLoader parent,
DeploymentContext context)
- Specified by:
getClassLoader in interface ArchiveHandler
Copyright © 2012 GlassFish Community. All Rights Reserved.