org.boxed_economy.besp.container.command
クラス FileSaveAsCommand

java.lang.Object
  拡張org.boxed_economy.besp.container.command.Command
      拡張org.boxed_economy.besp.container.command.FileSaveAsCommand

public class FileSaveAsCommand
extends Command

FileSaveAsCommand 名前をつけてboxFileをsaveします。 この際のsave形式はCSVで、BoxFileCSVを利用します。


コンストラクタの概要
FileSaveAsCommand(BESPContainer container, java.io.File file)
          デフォルトコンストラクタです。
 
メソッドの概要
protected  void run()
          ファイルをsaveします。
 
クラス org.boxed_economy.besp.container.command.Command から継承したメソッド
execute, getContainer, getModelContainer, getPresentationContainer
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

FileSaveAsCommand

public FileSaveAsCommand(BESPContainer container,
                         java.io.File file)
デフォルトコンストラクタです。

メソッドの詳細

run

protected void run()
            throws java.lang.Exception
ファイルをsaveします。

定義:
クラス Command 内の run
例外:
java.lang.Exception