List of all members.
Static Public Member Functions |
static void | copyTransfer (String srcPath, String destPath) throws IOException |
| コピー元のパス[srcPath]から、コピー先のパス[destPath]へ ファイルのコピーを行います。 コピー処理にはFileChannel::transferToメソッドを利用します。 尚、コピー処理終了後、入力・出力のチャネルをクローズします。
|
static void | deleteNameServerLog (String logPath) |
| omniName サーバのログファイル削除
|
static void | resourceToFile (Class<?extends GrxPluginManager > grxPluginManager, String srcName, File destFile) throws IOException |
Detailed Description
Definition at line 24 of file FileUtil.java.
Member Function Documentation
コピー元のパス[srcPath]から、コピー先のパス[destPath]へ ファイルのコピーを行います。 コピー処理にはFileChannel::transferToメソッドを利用します。 尚、コピー処理終了後、入力・出力のチャネルをクローズします。
- Parameters:
-
srcPath | コピー元のパス |
destPath | コピー先のパス |
- Exceptions:
-
IOException | 何らかの入出力処理例外が発生した場合 |
Definition at line 35 of file FileUtil.java.
コピー元のリソース名から、コピー先のパス[destFile]へ ファイルのコピーを行います。
- Parameters:
-
grxPluginManager | コピー元のリソースを保持する管理するGrxPluginManager |
srcName | コピー元のリソース名 |
destFile | コピー先のFile |
- Exceptions:
-
IOException | 何らかの入出力処理例外が発生した場合 |
Definition at line 56 of file FileUtil.java.
The documentation for this class was generated from the following file: