IM-ERP Real Connect

jp.co.intra_mart.foundation.sap.common.util.file
クラス PropertiesFile

java.lang.Object
  上位を拡張 jp.co.intra_mart.foundation.sap.common.util.file.PropertiesFile
すべての実装されたインタフェース:
Serializable

public class PropertiesFile
extends Object
implements Serializable

プロパティファイルクラス
機能は以下の通り

バージョン:
8.0
関連項目:
直列化された形式

コンストラクタの概要
PropertiesFile(String fileName)
          ファイル名を指定してプロパティファイルを取得します。
 
メソッドの概要
 Properties getProperties()
          プロパティを取得します。
 void setPropeties(Properties properties)
          プロパティを設定します。
 String toString()
          デバッグ用のメソッドです。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

PropertiesFile

public PropertiesFile(String fileName)
               throws SAPAuthSystemException
ファイル名を指定してプロパティファイルを取得します。

パラメータ:
fileName - ファイル名
例外:
SAPAuthSystemException - 認証系システム例外
メソッドの詳細

setPropeties

public void setPropeties(Properties properties)
プロパティを設定します。

パラメータ:
properties - プロパティ

getProperties

public Properties getProperties()
プロパティを取得します。

戻り値:
properties

toString

public String toString()
デバッグ用のメソッドです。

オーバーライド:
クラス Object 内の toString
戻り値:
value すべての属性の値

IM-ERP Real Connect

Copyright (c) 2013 NTT DATA INTRAMART CORPORATION.