Uses of Interface
org.codehaus.cargo.container.InstalledLocalContainer

Packages that use InstalledLocalContainer
org.codehaus.cargo.container.packager   
org.codehaus.cargo.container.spi   
org.codehaus.cargo.container.spi.deployer   
org.codehaus.cargo.container.spi.packager   
 

Uses of InstalledLocalContainer in org.codehaus.cargo.container.packager
 

Methods in org.codehaus.cargo.container.packager with parameters of type InstalledLocalContainer
 void Packager.packageContainer(InstalledLocalContainer container)
          Package an installed container distribution and its local configuration in a single location.
 

Uses of InstalledLocalContainer in org.codehaus.cargo.container.spi
 

Classes in org.codehaus.cargo.container.spi that implement InstalledLocalContainer
 class AbstractInstalledLocalContainer
          Default container implementation that all local installed container implementations must extend.
 

Uses of InstalledLocalContainer in org.codehaus.cargo.container.spi.deployer
 

Constructors in org.codehaus.cargo.container.spi.deployer with parameters of type InstalledLocalContainer
AbstractCopyingInstalledLocalDeployer(InstalledLocalContainer container)
          
AbstractInstalledLocalDeployer(InstalledLocalContainer container)
          
 

Uses of InstalledLocalContainer in org.codehaus.cargo.container.spi.packager
 

Methods in org.codehaus.cargo.container.spi.packager with parameters of type InstalledLocalContainer
 void AbstractDirectoryPackager.packageContainer(InstalledLocalContainer container)
          Package an installed container distribution and its local configuration in a single location.
 



Copyright © 2004-2009 Codehaus. All Rights Reserved.