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 Details

    • open

      ReadableArchive open(URI archivePath, DeployCommandParameters commandProperties)
      Gives a ReadableArchive.
      Parameters:
      archivePath - Path to the application
      Returns:
      returns null if it can not create archive