org.simplericity.jettyconsole
Class DefaultConfiguration

java.lang.Object
  extended by org.simplericity.jettyconsole.DefaultConfiguration
All Implemented Interfaces:
Configuration

public class DefaultConfiguration
extends Object
implements Configuration


Constructor Summary
DefaultConfiguration()
           
 
Method Summary
 String getContextPath()
           
 boolean isHeadless()
           
 void setContextPath(String contextPath)
           
 void setHeadless(boolean headless)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultConfiguration

public DefaultConfiguration()
Method Detail

isHeadless

public boolean isHeadless()
Specified by:
isHeadless in interface Configuration

setHeadless

public void setHeadless(boolean headless)
Specified by:
setHeadless in interface Configuration

getContextPath

public String getContextPath()
Specified by:
getContextPath in interface Configuration

setContextPath

public void setContextPath(String contextPath)
Specified by:
setContextPath in interface Configuration


Copyright © 2012. All Rights Reserved.