org.rapla
Class RaplaStartupEnvironment
java.lang.Object
org.rapla.RaplaStartupEnvironment
- All Implemented Interfaces:
- StartupEnvironment
public final class RaplaStartupEnvironment
- extends Object
- implements StartupEnvironment
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RaplaStartupEnvironment
public RaplaStartupEnvironment()
getStartupConfiguration
public Configuration getStartupConfiguration()
throws RaplaException
- Specified by:
getStartupConfiguration
in interface StartupEnvironment
- Throws:
RaplaException
getConfigURL
public URL getConfigURL()
throws RaplaException
- Throws:
RaplaException
getLoggerConfigURL
public URL getLoggerConfigURL()
throws RaplaException
- Throws:
RaplaException
getLoggerConfig
public Configuration getLoggerConfig()
throws RaplaException
- Throws:
RaplaException
getBootstrapLogger
public Logger getBootstrapLogger()
- Specified by:
getBootstrapLogger
in interface StartupEnvironment
setStartupMode
public void setStartupMode(int startupMode)
getStartupMode
public int getStartupMode()
- Description copied from interface:
StartupEnvironment
- either EMBEDDED, CONSOLE, WEBSTART, APPLET or SERVLET
- Specified by:
getStartupMode
in interface StartupEnvironment
setBootstrapLogger
public void setBootstrapLogger(Logger logger)
setLogConfigURL
public void setLogConfigURL(URL logConfigURL)
setConfigURL
public void setConfigURL(URL configURL)
getContextRootURL
public URL getContextRootURL()
throws RaplaException
- Specified by:
getContextRootURL
in interface StartupEnvironment
- Throws:
RaplaException
getDownloadURL
public URL getDownloadURL()
throws RaplaException
- Specified by:
getDownloadURL
in interface StartupEnvironment
- Throws:
RaplaException
setDownloadURL
public void setDownloadURL(URL downloadURL)
Copyright © 2000-2006 Rapla Team. All Rights Reseserved.