|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
jp.hishidama.ant.taskdefs.HtLexerTask
public class HtLexerTask
HtHtmlLexerタスク.
HtLexerを使用した、HTMLファイル内の検索・置換を行うタスク。
| コンストラクタの概要 | |
|---|---|
HtLexerTask()
|
|
| メソッドの概要 | |
|---|---|
void |
addConfigured(HtLexerConverter converter)
コンバーター設定. |
void |
addFileset(org.apache.tools.ant.types.FileSet set)
fileset追加. |
void |
execute()
タスク実行. |
void |
setBackupDir(File dir)
バックアップディレクトリー設定. |
void |
setPrefix(String s)
プロパティー名の接頭辞設定. |
void |
setTodir(File dir)
置換先ディレクトリー設定. |
| クラス 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 HtLexerTask()
| メソッドの詳細 |
|---|
public void setTodir(File dir)
置換を行う場合の置換先ディレクトリー。指定しない場合は読み込んだファイルに上書きされる。
dir - ディレクトリーpublic void setBackupDir(File dir)
置換を行う場合の置換前のファイルをバックアップしておくディレクトリー。
dir - ディレクトリーpublic void setPrefix(String s)
s - プロパティー名の接頭辞public void addFileset(org.apache.tools.ant.types.FileSet set)
set - ファイルセット要素public void addConfigured(HtLexerConverter converter)
converter - コンバーター要素
org.apache.tools.ant.BuildException
public void execute()
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.Task 内の executeorg.apache.tools.ant.BuildException
|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||