FileDocCategorySizeDatePackage
PluggableArchivists.javaAPI DocGlassfish v2 API3452Fri May 04 22:31:36 BST 2007com.sun.enterprise.deployment.archivist

PluggableArchivists

public interface PluggableArchivists
This interface defines APIs to plug new archivists inside the DOL library. By default, the DOL will use the ArchivistFactory to instanciate new archivists but if a implementation of this class is registered, the DOL with use that one.
author
Jerome Dochez

Fields Summary
Constructors Summary
Methods Summary
public ArchivistgetArchivistForArchive(java.io.File jarFileOrDirectory)

return
a new Archivist implementation for the archive file type Supported J2EE modules are defined in the J2EE platform spec

public ArchivistgetArchivistForArchive(java.lang.String path)

return
a new Archivist implementation for the archive file type Supported J2EE modules are defined in the J2EE platform spec

public ArchivistgetArchivistForArchive(com.sun.enterprise.deployment.deploy.shared.AbstractArchive archive)

return
a new Archivist implementation for the archive file type Supported J2EE modules are defined in the J2EE platform spec

public ArchivistgetArchivistForType(javax.enterprise.deploy.shared.ModuleType type)

return
a new Archivist implementation for the type passed. Supported types are defined in the application.xml DTD