public class EjbJarTask
extends org.apache.tools.ant.taskdefs.MatchingTask
コンストラクタと説明 |
---|
EjbJarTask()
コンストラクタ
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
execute()
antタスクの実行を行う。
|
void |
init()
初期化処理を行う。
|
void |
setBaseDir(java.io.File base)
処理対象を検索する際のベースとなるディレクトリを設定する。
|
void |
setDestDir(java.io.File base)
生成ファイルを配置する先のディレクトリを設定する。
|
void |
setEncoding(java.lang.String encoding)
文字エンコーディングを指定する
|
void |
setTempDir(java.io.File base)
ビルド時に使用するテンポラリディレクトリを設定する。
|
void |
setVendorDD(java.lang.String name)
ベンダ毎のDDファイル名を設定する
|
add, addAnd, addContains, addContainsRegexp, addCustom, addDate, addDepend, addDepth, addDifferent, addFilename, addMajority, addModified, addNone, addNot, addOr, addPresent, addSelector, addSize, addType, appendSelector, createExclude, createExcludesFile, createInclude, createIncludesFile, createPatternSet, getDirectoryScanner, getImplicitFileSet, getSelectors, hasSelectors, selectorCount, selectorElements, setCaseSensitive, setDefaultexcludes, setExcludes, setExcludesfile, setFollowSymlinks, setIncludes, setIncludesfile, setProject, XsetIgnore, XsetItems
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public void init() throws org.apache.tools.ant.BuildException
init
クラス内 org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
public void execute() throws org.apache.tools.ant.BuildException
execute
クラス内 org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
public void setEncoding(java.lang.String encoding)
encoding
- エンコーディング指定public void setBaseDir(java.io.File base)
base
- 処理対象の検索開始ディレクトリpublic void setTempDir(java.io.File base)
base
- テンポラリディレクトリディレクトリpublic void setDestDir(java.io.File base)
base
- 配置ディレクトリディレクトリpublic void setVendorDD(java.lang.String name)
name
- ベンダ毎のDD名