|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.tools.ant.taskdefs.Copy
jp.hishidama.debuglogrm.DebugRemoveTask
public class DebugRemoveTask
デバッグログ出力削除タスク.
Javassistを利用して、デバッグログ出力メソッドを削除したclassファイルを作成するantタスク。
→使用例
DebugRemoveEditor| コンストラクタの概要 | |
|---|---|
DebugRemoveTask()
コンストラクター. |
|
| メソッドの概要 | |
|---|---|
org.apache.tools.ant.types.Path |
createClasspath()
クラスパス(ネスト)タスク作成. |
org.apache.tools.ant.types.FilterChain |
createFilterChain()
推奨されていません。 当タスクでは無視されます。 |
org.apache.tools.ant.types.Path |
getClasspath()
クラスパス取得. |
void |
setClasspath(org.apache.tools.ant.types.Path path)
クラスパス属性. |
void |
setClasspathRef(org.apache.tools.ant.types.Reference r)
クラスパス参照属性. |
void |
setEncoding(String encoding)
推奨されていません。 当タスクでは無視されます。 |
void |
setFiltering(boolean filtering)
推奨されていません。 当タスクでは無視されます。 |
void |
setLevel(String level)
デバッグ出力レベル属性. |
void |
setOutputEncoding(String encoding)
推奨されていません。 当タスクでは無視されます。 |
| クラス org.apache.tools.ant.taskdefs.Copy から継承されたメソッド |
|---|
add, add, addFileset, createFilterSet, createMapper, execute, getEncoding, getOutputEncoding, getPreserveLastModified, isEnableMultipleMapping, setEnableMultipleMappings, setFailOnError, setFile, setFlatten, setGranularity, setIncludeEmptyDirs, setOverwrite, setPreserveLastModified, setPreserveLastModified, setTodir, setTofile, setVerbose |
| クラス org.apache.tools.ant.Task から継承されたメソッド |
|---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, init, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| クラス org.apache.tools.ant.ProjectComponent から継承されたメソッド |
|---|
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public DebugRemoveTask()
| メソッドの詳細 |
|---|
public org.apache.tools.ant.types.FilterChain createFilterChain()
org.apache.tools.ant.taskdefs.Copy 内の createFilterChainpublic void setFiltering(boolean filtering)
org.apache.tools.ant.taskdefs.Copy 内の setFilteringpublic void setEncoding(String encoding)
org.apache.tools.ant.taskdefs.Copy 内の setEncodingpublic void setOutputEncoding(String encoding)
org.apache.tools.ant.taskdefs.Copy 内の setOutputEncodingpublic void setClasspath(org.apache.tools.ant.types.Path path)
デバッグログクラス(DebugLogWriteMethodアノテーション付きのメソッドを定義しているクラス)のクラスパスを指定する。
path - CLASSPATHpublic org.apache.tools.ant.types.Path getClasspath()
public org.apache.tools.ant.types.Path createClasspath()
public void setClasspathRef(org.apache.tools.ant.types.Reference r)
r - CLASSPATHpublic void setLevel(String level)
level - 出力レベルDebugRemoveEditor.setLevel(String)
|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||