jp.co.ogis_ri.citk.policytool
クラス AppLauncher

java.lang.Object
  上位を拡張 jp.co.ogis_ri.citk.policytool.AppLauncher

public class AppLauncher
extends Object

アプリケーション起動クラス.


コンストラクタの概要
AppLauncher()
           
 
メソッドの概要
static void main(String[] args)
          main メソッド.
 void run(String[] args)
          アプリケーションを起動しする.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AppLauncher

public AppLauncher()
メソッドの詳細

main

public static void main(String[] args)
main メソッド. アプリケーションのエントリポイント.

パラメータ:
args - アプリケーション起動時に指定される引数情報.

run

public void run(String[] args)
アプリケーションを起動しする.

パラメータ:
args - アプリケーション起動時に指定される引数情報.


Copyright © 2011-2012 OGIS-RI Co.,Ltd.. All Rights Reserved.