|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.apache.tools.ant.util.FileUtils
jp.hishidama.ant.tool.FileUtilsWrapper
jp.hishidama.ant.tool.LogFileUtils
public class LogFileUtils
ログ出力ファイルユーティリティー.
ファイルを変更する代わりにファイル名だけを出力する。
フィールドの概要 |
---|
クラス org.apache.tools.ant.util.FileUtils から継承されたフィールド |
---|
FAT_FILE_TIMESTAMP_GRANULARITY, UNIX_FILE_TIMESTAMP_GRANULARITY |
コンストラクタの概要 | |
---|---|
LogFileUtils()
|
メソッドの概要 | |
---|---|
void |
closeLog()
|
void |
copyFile(File sourceFile,
File destFile,
org.apache.tools.ant.types.FilterSetCollection filters,
Vector filterChains,
boolean overwrite,
boolean preserveLastModified,
String inputEncoding,
String outputEncoding,
org.apache.tools.ant.Project project)
|
void |
deleteFile(File f)
|
void |
log(String key,
File sf,
File df)
|
void |
openLog(File logfile,
Map msg)
|
void |
setBakFile(BakFile bf)
|
void |
setExecSync(boolean b)
実際の同期動作を行うかどうかを指定する. |
クラス org.apache.tools.ant.util.FileUtils から継承されたメソッド |
---|
close, close, close, close, contentEquals, contentEquals, copyFile, copyFile, copyFile, copyFile, copyFile, copyFile, copyFile, copyFile, copyFile, copyFile, copyFile, copyFile, copyFile, createNewFile, createNewFile, createTempFile, delete, fileNameEquals, fromURI, getFileTimestampGranularity, getFileURL, getFileUtils, getParentFile, isAbsolutePath, isSymbolicLink, isUpToDate, isUpToDate, isUpToDate, isUpToDate, newFileUtils, normalize, readFully, readFully, removeLeadingPath, rename, resolveFile, setFileLastModified, toURI, toVMSPath |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public LogFileUtils()
メソッドの詳細 |
---|
public void setExecSync(boolean b)
実際のコピーや削除を行うかどうかを指定する。
b
- 実際の動作を行うとき、truepublic void setBakFile(BakFile bf)
public void openLog(File logfile, Map msg) throws IOException
IOException
public void log(String key, File sf, File df) throws IOException
IOException
public void closeLog()
public void copyFile(File sourceFile, File destFile, org.apache.tools.ant.types.FilterSetCollection filters, Vector filterChains, boolean overwrite, boolean preserveLastModified, String inputEncoding, String outputEncoding, org.apache.tools.ant.Project project) throws IOException
org.apache.tools.ant.util.FileUtils
内の copyFile
IOException
public void deleteFile(File f)
FileUtilsWrapper
内の deleteFile
|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |