|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.types.DataType
org.seasar.doma.extension.gen.task.SqlTestConfig
public class SqlTestConfig
SQLテストの設定です。
| フィールドの概要 | |
|---|---|
protected boolean |
abstrct
抽象クラスとする場合 true |
protected File |
baseDir
ベースディレクトリ |
protected File |
destDir
Javaコードの出力ディレクトリ |
protected String |
encoding
Javaファイルのエンコーディング |
protected boolean |
generate
生成する場合 true |
protected Set<File> |
sqlFiles
テストの対象のSQLファイル |
protected String |
testClassName
テストクラス名 |
| クラス org.apache.tools.ant.types.DataType から継承されたフィールド |
|---|
checked, ref |
| クラス org.apache.tools.ant.ProjectComponent から継承されたフィールド |
|---|
description, location, project |
| コンストラクタの概要 | |
|---|---|
SqlTestConfig()
|
|
| メソッドの概要 | |
|---|---|
void |
addConfiguredFileSet(org.apache.tools.ant.types.FileSet fileSet)
|
File |
getDestDir()
|
String |
getEncoding()
|
Set<File> |
getSqlFiles()
|
String |
getSqlTestClassName()
|
boolean |
isAbstrct()
|
boolean |
isGenerate()
|
void |
setAbstrct(boolean abstrct)
|
protected void |
setBaseDir(File baseDir)
|
void |
setDestDir(File destDir)
|
void |
setEncoding(String encoding)
|
void |
setGenerate(boolean generate)
|
void |
setTestClassName(String testClassName)
|
| クラス org.apache.tools.ant.types.DataType から継承されたメソッド |
|---|
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, setChecked, setRefid, tooManyAttributes, toString |
| クラス org.apache.tools.ant.ProjectComponent から継承されたメソッド |
|---|
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| フィールドの詳細 |
|---|
protected boolean generate
true
protected boolean abstrct
true
protected String testClassName
protected File baseDir
protected File destDir
protected String encoding
protected final Set<File> sqlFiles
| コンストラクタの詳細 |
|---|
public SqlTestConfig()
| メソッドの詳細 |
|---|
public File getDestDir()
public void setDestDir(File destDir)
destDir - the destDir to setpublic String getSqlTestClassName()
public void setTestClassName(String testClassName)
testClassName - the testClassName to setpublic String getEncoding()
public void setEncoding(String encoding)
encoding - the encoding to setpublic boolean isGenerate()
public void setGenerate(boolean generate)
generate - the generate to setpublic boolean isAbstrct()
public void setAbstrct(boolean abstrct)
abstrct - the abstrct to setpublic void addConfiguredFileSet(org.apache.tools.ant.types.FileSet fileSet)
fileSet - public Set<File> getSqlFiles()
protected void setBaseDir(File baseDir)
baseDir - the baseDir to set
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||