FileDocCategorySizeDatePackage
AbstractArchiveFactory.javaAPI DocGlassfish v2 API3095Fri May 04 22:31:36 BST 2007com.sun.enterprise.deployment.deploy.shared

AbstractArchiveFactory

public interface AbstractArchiveFactory
This interface defines the behaviour for obtaining an abstraction of the Jar file protocol. The interface implementation returned by the methods of this interface will abstract the necessary protocol used by the archivists to open/store J2EE Bundles.
author
Jerome ochez

Fields Summary
Constructors Summary
Methods Summary
public AbstractArchivecreateArchive(java.lang.String path)
create a new archive abstraction with the given path and return an implementation responsible for storing elements to this archive abstraction

param
path for the new archive
return
the abstraction to manipulate the archive

public AbstractArchiveopenArchive(java.lang.String path)
open an existing archive described by the path and return an implementation responsible for retrieving eleemnts from this archive abstraction

param
path for the existing archive
return
the abstraction to get entries from