jp.hishidama.ant.taskdefs
クラス HtLexerPropertyTask

java.lang.Object
  上位を拡張 org.apache.tools.ant.ProjectComponent
      上位を拡張 org.apache.tools.ant.Task
          上位を拡張 org.apache.tools.ant.taskdefs.Property
              上位を拡張 jp.hishidama.ant.taskdefs.HtLexerPropertyTask
すべての実装されたインタフェース:
Cloneable

public class HtLexerPropertyTask
extends org.apache.tools.ant.taskdefs.Property

htlexプロパティータスク.

htlexの演算を行ってプロパティーに保持するタスク。

導入されたバージョン:
2010.02.14
作成者:
ひしだま

コンストラクタの概要
HtLexerPropertyTask()
           
 
メソッドの概要
 void execute()
           
 void setExpression(String s)
          計算式設定.
 void setHtLexPrefix(String s)
          プロパティー名の接頭辞設定.
 
クラス org.apache.tools.ant.taskdefs.Property から継承されたメソッド
createClasspath, getClasspath, getEnvironment, getFile, getName, getPrefix, getRefid, getResource, getUrl, getValue, setClasspath, setClasspathRef, setEnvironment, setFile, setLocation, setName, setPrefix, setRefid, setResource, setUrl, setUserProperty, setValue, toString
 
クラス 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, wait, wait, wait
 

コンストラクタの詳細

HtLexerPropertyTask

public HtLexerPropertyTask()
メソッドの詳細

setExpression

public void setExpression(String s)
計算式設定.

パラメータ:
s - 式

setHtLexPrefix

public void setHtLexPrefix(String s)
プロパティー名の接頭辞設定.

パラメータ:
s - プロパティー名の接頭辞

execute

public void execute()
             throws org.apache.tools.ant.BuildException
オーバーライド:
クラス org.apache.tools.ant.taskdefs.Property 内の execute
例外:
org.apache.tools.ant.BuildException