org.zuena.guiceex.provider
クラス CustomPropertiesProvider

java.lang.Object
  上位を拡張 org.zuena.guiceex.provider.CustomPropertiesProvider
すべての実装されたインタフェース:
Provider<Properties>
直系の既知のサブクラス:
ClassPathPropertiesProvider, FileSystemPropertiesProvider

public abstract class CustomPropertiesProvider
extends Object
implements Provider<Properties>

プロパティファイルをロードしてPropertiesインスタンスを提供するProvider 実装クラスです。

導入されたバージョン:
0.9.1

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

フィールドの詳細

path

protected final String path

xml

protected final boolean xml
コンストラクタの詳細

CustomPropertiesProvider

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

get

public Properties get()
定義:
インタフェース Provider<Properties> 内の get

getInputStream

protected abstract InputStream getInputStream()


Copyright © 2007 zuena.org AllRights Reserved.