Static Public Member Functions
com.generalrobotix.ui.util.FileUtil Class Reference

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

static void com.generalrobotix.ui.util.FileUtil.copyTransfer ( String  srcPath,
String  destPath 
) throws IOException [inline, static]

コピー元のパス[srcPath]から、コピー先のパス[destPath]へ ファイルのコピーを行います。 コピー処理にはFileChannel::transferToメソッドを利用します。 尚、コピー処理終了後、入力・出力のチャネルをクローズします。

Parameters:
srcPathコピー元のパス
destPathコピー先のパス
Exceptions:
IOException何らかの入出力処理例外が発生した場合

Definition at line 35 of file FileUtil.java.

static void com.generalrobotix.ui.util.FileUtil.deleteNameServerLog ( String  logPath) [inline, static]

omniName サーバのログファイル削除

Definition at line 77 of file FileUtil.java.

static void com.generalrobotix.ui.util.FileUtil.resourceToFile ( Class<?extends GrxPluginManager grxPluginManager,
String  srcName,
File  destFile 
) throws IOException [inline, static]

コピー元のリソース名から、コピー先のパス[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:


openhrp3
Author(s): AIST, General Robotix Inc., Nakamura Lab of Dept. of Mechano Informatics at University of Tokyo
autogenerated on Sun Apr 2 2017 03:44:00