org.utgenome.shell
クラス UTGBPortableConfig

java.lang.Object
  上位を拡張 org.utgenome.shell.UTGBPortableConfig

public class UTGBPortableConfig
extends Object

The configuration parameters of the UTGBPortable

作成者:
leo

コンストラクタの概要
UTGBPortableConfig()
           
UTGBPortableConfig(int portNumber, String contextPath, String projectRoot)
           
 
メソッドの概要
 String generateServerURLLinkHTML()
           
 String getContextPath()
           
 String getGWTModuleName()
           
 int getPortNumber()
           
 String getProjectConfigDir()
           
 String getProjectRoot()
           
 String getServerURL()
           
 String getWebAppDir()
           
 String getWorkingDir()
           
 boolean isUseGUI()
           
 boolean isVerbose()
           
 String toString()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

UTGBPortableConfig

public UTGBPortableConfig()

UTGBPortableConfig

public UTGBPortableConfig(int portNumber,
                          String contextPath,
                          String projectRoot)
メソッドの詳細

getServerURL

public String getServerURL()

generateServerURLLinkHTML

public String generateServerURLLinkHTML()

toString

public String toString()
オーバーライド:
クラス Object 内の toString

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-2011 utgenome.org. All Rights Reserved.