クラス
com.JRcServer.util.ArrayTable の使用

ArrayTable を使用しているパッケージ
com.JRcServer.etc JRcServerアプリケーションでの他属性パッケージをサポートします. 
com.JRcServer.sys JRcServer-Systemの管理を行うパッケージを提供します. 
com.JRcServer.util JRcServer内のユーティリティ処理をサポートします. 
com.JRcServer.util.read 情報読み込み(解析)処理をサポートします. 
 

com.JRcServer.etc での ArrayTable の使用
 

ArrayTable 型のパラメータを持つ com.JRcServer.etc のコンストラクタ
Parameter(ArrayTable table)
          コンストラクタ.
 

com.JRcServer.sys での ArrayTable の使用
 

ArrayTable を返す com.JRcServer.sys のメソッド
 ArrayTable GetEnvironment.getTable()
          テーブルオブジェクトの取得.
 

com.JRcServer.util での ArrayTable の使用
 

ArrayTable を返す com.JRcServer.util のメソッド
 ArrayTable ArrayTable.getCloneObject()
          クローンオブジェクトの生成.
 ArrayTable ListDirectoryImpl.getDirectoryTable(java.lang.String directory)
          現在位置のディレクトリ情報を取得.
 ArrayTable ListDirectory.getDirectoryTable(java.lang.String directory)
          現在位置のディレクトリ情報を取得.
 

ArrayTable 型のパラメータを持つ com.JRcServer.util のメソッド
 void ArrayTable.getCopyObject(ArrayTable table)
          コピーオブジェクトの生成.
 

com.JRcServer.util.read での ArrayTable の使用
 

ArrayTable を返す com.JRcServer.util.read のメソッド
 ArrayTable ReadProperty.getTable()
          テーブル情報の取得.