|
|||||||||
| Home >> All >> org >> javahispano >> canyamo >> core >> [ config overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.javahispano.canyamo.core.config
Class CanyamoConfig

java.lang.Objectorg.javahispano.canyamo.core.config.CanyamoConfig
- public class CanyamoConfig
- extends java.lang.Object
Description of the Class
- Since:
| Field Summary | |
static boolean |
DEBUG
Description of the Field |
private static java.text.SimpleDateFormat |
sdf
Description of the Field |
private static java.util.HashMap |
values
Description of the Field |
| Constructor Summary | |
CanyamoConfig()
|
|
| Method Summary | |
static void |
addConfigProperty(java.lang.String key,
java.lang.String value)
Adds a feature to the ConfigValue attribute of the CanamoConfig class |
static int |
getIntValue(java.lang.String key)
Gets the intValue attribute of the CanamoConfig class |
static java.lang.String |
getSystemFormatedDate(java.util.Date date)
Gets the systemFormatedDate attribute of the CanamoConfig class |
static java.lang.String |
getValue(java.lang.String key)
Metodo estatico para recuperar un valor de configuracion |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
DEBUG
public static final boolean DEBUG
- Description of the Field
- Since:
- See Also:
- Constant Field Values
sdf
private static java.text.SimpleDateFormat sdf
- Description of the Field
- Since:
values
private static java.util.HashMap values
- Description of the Field
- Since:
| Constructor Detail |
CanyamoConfig
public CanyamoConfig()
| Method Detail |
getValue
public static java.lang.String getValue(java.lang.String key)
- Metodo estatico para recuperar un valor de configuracion
- Since:
getIntValue
public static int getIntValue(java.lang.String key)
- Gets the intValue attribute of the CanamoConfig class
- Since:
getSystemFormatedDate
public static java.lang.String getSystemFormatedDate(java.util.Date date)
- Gets the systemFormatedDate attribute of the CanamoConfig class
- Since:
addConfigProperty
public static void addConfigProperty(java.lang.String key, java.lang.String value)
- Adds a feature to the ConfigValue attribute of the CanamoConfig class
- Since:
|
|||||||||
| Home >> All >> org >> javahispano >> canyamo >> core >> [ config overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.javahispano.canyamo.core.config.CanyamoConfig