org.glassfish.api.deployment.archive
Interface ReadableArchiveFactory


@Contract
public interface ReadableArchiveFactory

Author:
Vivek Pandey ReadableArchiveFactory implementation should be packaged as a HK2 service, This factory implementation, when present should be asked for a ReadableArchive during the deployment phase. For example, the DeployCommand can ask for ReadableArchive from this factory from each of the v3 modules.

Method Summary
 ReadableArchive open(java.net.URI archivePath, DeployCommandParameters commandProperties)
          Gives a ReadableArchive.
 

Method Detail

open

ReadableArchive open(java.net.URI archivePath,
                     DeployCommandParameters commandProperties)
Gives a ReadableArchive.

Parameters:
archivePath - Path to the application
Returns:
returns null if it can not create archive


Copyright © 2012 GlassFish Community. All Rights Reserved.