Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.javahispano.canyamo.core.config
Class CanyamoConfig  view CanyamoConfig download CanyamoConfig.java

java.lang.Object
  extended byorg.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: