|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectes.caib.ibkey.bpm.common.PropertiesFileUtil
public class PropertiesFileUtil
Clase con utileria para el tratamiento de ficheros de configuraci�n .properties. El fichero cargado que se desea cargar se puede establecer en el constructor, si no se establece se carga uno por defecto (esources/config.properties).
| Constructor Summary | |
|---|---|
PropertiesFileUtil()
Carga el fichero de configuraci�n por defecto |
|
PropertiesFileUtil(java.io.InputStream input)
Carga el fichero de configuraci�n que le llega |
|
PropertiesFileUtil(java.lang.String nameFile)
Carga el fichero de configuraci�n indicado |
|
| Method Summary | |
|---|---|
java.lang.String |
getProperty(java.lang.String key)
Recupera el valor de una entrada en el fichero a partir de la clave pasada por par�metro |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertiesFileUtil()
throws java.io.IOException
java.io.IOException
public PropertiesFileUtil(java.lang.String nameFile)
throws java.io.IOException
java.io.IOException
public PropertiesFileUtil(java.io.InputStream input)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public java.lang.String getProperty(java.lang.String key)
throws PropertyNotFoundException
key -
PropertyNotFoundException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||