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: Container.java 886 2006-02-28 12:40:47Z vmassol $
packageContainer
public 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-2008 Codehaus. All Rights Reserved.