org.apache.tomee.embedded
Class Configuration

java.lang.Object
  extended by org.apache.tomee.embedded.Configuration

public class Configuration
extends Object

Version:
$Rev$ $Date$

Field Summary
protected  String dir
           
 
Constructor Summary
Configuration()
           
 
Method Summary
 String getDir()
           
 int getHttpPort()
           
 int getStopPort()
           
 void setDir(String dir)
           
 void setHttpPort(int httpPort)
           
 void setStopPort(int stopPort)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dir

protected String dir
Constructor Detail

Configuration

public Configuration()
Method Detail

getHttpPort

public int getHttpPort()

setHttpPort

public void setHttpPort(int httpPort)

getStopPort

public int getStopPort()

setStopPort

public void setStopPort(int stopPort)

getDir

public String getDir()

setDir

public void setDir(String dir)


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.