net.stickycode.deploy.tomcat
Interface DeploymentConfiguration

All Known Implementing Classes:
EmbeddedDeploymentConfiguration

public interface DeploymentConfiguration


Method Summary
 String getBindAddress()
           
 String getContextPath()
           
 String getDocumentBase()
           
 int getPort()
           
 File getWorkingDirectory()
           
 

Method Detail

getDocumentBase

String getDocumentBase()

getWorkingDirectory

File getWorkingDirectory()

getContextPath

String getContextPath()

getBindAddress

String getBindAddress()

getPort

int getPort()


Copyright © 2012 RedEngine Ltd. All Rights Reserved.