Interface Packager

  • All Known Implementing Classes:
    AbstractDirectoryPackager, JettyDirectoryPackager, TomcatDirectoryPackager

    public interface Packager
    Gathers an installed container distribution and a local configuration in a single location. There can be several packagers like a directory packager which packeg them in a given directory on the file system, a ZIP packager which does the same but packaged as a ZIP file, etc.
    • Method Detail

      • packageContainer

        void packageContainer​(InstalledLocalContainer container)
        Package an installed container distribution and its local configuration in a single location.
        Parameters:
        container - the installed container to package