net.stickycode.deploy.tomcat
Class EmbeddedDeploymentConfiguration

java.lang.Object
  extended by net.stickycode.deploy.tomcat.EmbeddedDeploymentConfiguration
All Implemented Interfaces:
DeploymentConfiguration

public class EmbeddedDeploymentConfiguration
extends Object
implements DeploymentConfiguration


Constructor Summary
EmbeddedDeploymentConfiguration()
           
 
Method Summary
 String getBindAddress()
           
 String getContextPath()
           
 String getDocumentBase()
           
 int getPort()
           
 File getWorkingDirectory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmbeddedDeploymentConfiguration

public EmbeddedDeploymentConfiguration()
Method Detail

getPort

public int getPort()
Specified by:
getPort in interface DeploymentConfiguration

getBindAddress

public String getBindAddress()
Specified by:
getBindAddress in interface DeploymentConfiguration

getContextPath

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

getWorkingDirectory

public File getWorkingDirectory()
Specified by:
getWorkingDirectory in interface DeploymentConfiguration

getDocumentBase

public String getDocumentBase()
Specified by:
getDocumentBase in interface DeploymentConfiguration


Copyright © 2012 RedEngine Ltd. All Rights Reserved.