org.codehaus.cargo.container.installer
Interface Installer

All Superinterfaces:
org.codehaus.cargo.util.log.Loggable
All Known Implementing Classes:
ZipURLInstaller

public interface Installer
extends org.codehaus.cargo.util.log.Loggable

Installs a container.

Version:
$Id: Installer.java 1165 2006-07-31 22:13:35Z vmassol $

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-2009 Codehaus. All Rights Reserved.