org.guiceex.provider
クラス FileSystemPropertiesProvider

java.lang.Object
  上位を拡張 org.guiceex.provider.PropertiesProvider
      上位を拡張 org.guiceex.provider.FileSystemPropertiesProvider
すべての実装されたインタフェース:
Provider

public class FileSystemPropertiesProvider
extends PropertiesProvider

ファイルシステムからプロパティファイルをロードするPropertiesProvider拡張クラスです。

作成者:
matu◆AliceLAklI.

フィールドの概要
 
クラス org.guiceex.provider.PropertiesProvider から継承されたフィールド
path, xml
 
コンストラクタの概要
FileSystemPropertiesProvider(String path, boolean xml)
           
 
メソッドの概要
protected  InputStream getInputStream()
           
 
クラス org.guiceex.provider.PropertiesProvider から継承されたメソッド
get
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

FileSystemPropertiesProvider

public FileSystemPropertiesProvider(String path,
                                    boolean xml)
メソッドの詳細

getInputStream

protected InputStream getInputStream()
定義:
クラス PropertiesProvider 内の getInputStream


Copyright © 2007. All Rights Reserved.