Interface Installer
-
- All Superinterfaces:
Loggable
- All Known Implementing Classes:
ZipURLInstaller
public interface Installer extends Loggable
Installs a container.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getHome()
void
install()
Installs the container.
-
-
-
Method Detail
-
install
void install()
Installs the container.
-
getHome
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.
-
-