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

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

public class ImportWorldCommand
extends Command

ImportWorldCommand 指定されたClassのWorldrを読み込みます。


コンストラクタの概要
ImportWorldCommand(BESPContainer container, java.lang.Class clazz)
          クラスで初期化するコンストラクタです。
ImportWorldCommand(BESPContainer container, java.lang.String className)
          FQCNで初期化するコンストラクタです。
 
メソッドの概要
protected  void run()
          設定されたclassPathのクラスをcreateし、createできればmodelを切り替えます。
 
クラス 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
 

コンストラクタの詳細

ImportWorldCommand

public ImportWorldCommand(BESPContainer container,
                          java.lang.String className)
                   throws java.lang.Exception
FQCNで初期化するコンストラクタです。


ImportWorldCommand

public ImportWorldCommand(BESPContainer container,
                          java.lang.Class clazz)
クラスで初期化するコンストラクタです。

メソッドの詳細

run

protected void run()
            throws java.lang.Exception
設定されたclassPathのクラスをcreateし、createできればmodelを切り替えます。

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