org.guiceex.provider
クラス PropertiesProvider

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

public abstract class PropertiesProvider
extends Object
implements Provider

作成者:
matu◆AliceLAklI

フィールドの概要
protected  String path
           
protected  boolean xml
           
 
コンストラクタの概要
PropertiesProvider(String path, boolean xml)
           
 
メソッドの概要
 Object 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
コンストラクタの詳細

PropertiesProvider

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

get

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

getInputStream

protected abstract InputStream getInputStream()


Copyright © 2007. All Rights Reserved.