jp.hishidama.ant.types
クラス LogFile

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

public class LogFile
extends org.apache.tools.ant.types.DataType

ログ情報データ.

導入されたバージョン:
2007.03.10

コンストラクタの概要
LogFile()
           
 
メソッドの概要
 void addParam(org.apache.tools.ant.types.Parameter param)
           
 File getFile()
           
 Map getMessageMap()
           
 void setFile(File f)
           
 void setProperty(File f)
           
 
クラス org.apache.tools.ant.types.DataType から継承されたメソッド
clone, getRefid, invokeCircularReferenceCheck, isReference, setRefid, toString
 
クラス org.apache.tools.ant.ProjectComponent から継承されたメソッド
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

LogFile

public LogFile()
メソッドの詳細

setFile

public void setFile(File f)

getFile

public File getFile()

setProperty

public void setProperty(File f)

addParam

public void addParam(org.apache.tools.ant.types.Parameter param)

getMessageMap

public Map getMessageMap()