org.codehaus.cargo.container.installer
Interface Installer

All Superinterfaces:
Loggable
All Known Implementing Classes:
ZipURLInstaller

public interface Installer
extends Loggable

Installs a container.

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

Method Summary
 java.lang.String getHome()
           
 void install()
          Installs the container.
 
Methods inherited from interface org.codehaus.cargo.util.log.Loggable
getLogger, setLogger
 

Method Detail

install

void install()
Installs the container.


getHome

java.lang.String getHome()
Returns:
the directory where the container has been installed. Note that we're returning a String instead of a File because we want to leave the possibility of using URIs for specifying the home location.


Copyright © 2004-2011 Codehaus. All Rights Reserved.