org.codehaus.cargo.container.packager
Interface Packager
- All Known Implementing Classes:
- AbstractDirectoryPackager, 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.
- Version:
- $Id: Packager.java 1705 2008-09-02 13:14:55Z adriana $
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-2012 Codehaus. All Rights Reserved.