public class HybsLoaderConfig extends Object
5.1.1.0 (2009/12/01) 新規作成 |
コンストラクタと説明 |
---|
HybsLoaderConfig(String sDir,
String cDir)
ソースディレクトリとクラスディレクトリのみを指定し、HybsLoaderの設定情報を構築します。
|
HybsLoaderConfig(String sDir,
String cDir,
boolean acom,
boolean hdep,
String clsPath)
HybsLoaderの設定情報を構築します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getClassDir()
クラスディレクトリを取得します。
|
String |
getClassPath()
コンパイルのためのクラスパスを返します。
|
String |
getSrcDir()
ソースディレクトリを取得します。
|
boolean |
isAutoCompile()
AutoCompileが有効化どうかを取得します。
|
boolean |
isHotDeploy()
HotDeployが有効化どうかを取得します。
|
public HybsLoaderConfig(String sDir, String cDir)
sDir
- ソースディレクトリcDir
- クラスディレクトリpublic HybsLoaderConfig(String sDir, String cDir, boolean acom, boolean hdep, String clsPath)
sDir
- ソースディレクトリcDir
- クラスディレクトリacom
- AutoCompile機能を有効にするかhdep
- HotDeploy機能を有効にするかclsPath
- コンパイル時のクラスパスpublic String getClassDir()
public boolean isAutoCompile()
public boolean isHotDeploy()
public String getClassPath()
Webアプリケーションフレームワーク openGionCopyright (c) 2009 The openGion Project.