org.codehaus.cargo.container.packager
Interface Packager

All Known Implementing Classes:
AbstractDirectoryPackager

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.

Version:
$Id: Packager.java 1705 2008-09-02 13:14:55Z adriana $

Method Summary
 void packageContainer(InstalledLocalContainer container)
          Package an installed container distribution and its local configuration in a single location.
 

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


Copyright © 2004-2011 Codehaus. All Rights Reserved.