org.utgenome.shell
Class UTGBPortableConfig

java.lang.Object
  extended by org.utgenome.shell.UTGBPortableConfig

public class UTGBPortableConfig
extends Object

The configuration parameters of the UTGBPortable

Author:
leo

Constructor Summary
UTGBPortableConfig()
           
UTGBPortableConfig(int portNumber, String contextPath, String projectRoot)
           
 
Method Summary
 String generateServerURLLinkHTML()
           
 String getContextPath()
           
 String getGWTModuleName()
           
 int getPortNumber()
           
 String getProjectConfigDir()
           
 String getProjectRoot()
           
 String getServerURL()
           
 String getWebAppDir()
           
 String getWorkingDir()
           
 boolean isUseGUI()
           
 boolean isVerbose()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UTGBPortableConfig

public UTGBPortableConfig()

UTGBPortableConfig

public UTGBPortableConfig(int portNumber,
                          String contextPath,
                          String projectRoot)
Method Detail

getServerURL

public String getServerURL()

generateServerURLLinkHTML

public String generateServerURLLinkHTML()

toString

public String toString()
Overrides:
toString in class Object

getPortNumber

public int getPortNumber()

getContextPath

public String getContextPath()

getProjectRoot

public String getProjectRoot()

getWebAppDir

public String getWebAppDir()

getWorkingDir

public String getWorkingDir()

getGWTModuleName

public String getGWTModuleName()

getProjectConfigDir

public String getProjectConfigDir()

isVerbose

public boolean isVerbose()

isUseGUI

public boolean isUseGUI()


Copyright © 2007-2012 utgenome.org. All Rights Reserved.