Uses of Interface
org.codehaus.cargo.container.installer.Installer
-
Packages that use Installer Package Description org.codehaus.cargo.container.installer -
-
Uses of Installer in org.codehaus.cargo.container.installer
Classes in org.codehaus.cargo.container.installer that implement Installer Modifier and Type Class Description class
ZipURLInstaller
Installs a compressed container file from a URL to a location on your local disk.
Though the name of this class isZipURLInstaller
, all formats supported by commons-compress are supported.
-