org.hdtourist.utils
Class Constantes

java.lang.Object
  extended by org.hdtourist.utils.Constantes

public class Constantes
extends java.lang.Object

Constantes.


Field Summary
static java.lang.String CONF_CARPETA
          La constante CONF_CARPETA.
static java.lang.String CONF_IMAGENES
          La constante CONF_IMAGENES.
static java.lang.String[] FICHEROS_CONFIGURACION
          La constante FICHEROS_CONFIGURACION.
static java.lang.String HDT_CARPETA
          La constante HDT_CARPETA.
static java.lang.String HDT_CIUDADES_XML
          La constante HDT_CIUDADES_XML.
static java.lang.String MAPAS_CARPETA
          La constante MAPAS_CARPETA.
 
Constructor Summary
Constantes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONF_CARPETA

public static final java.lang.String CONF_CARPETA
La constante CONF_CARPETA.

See Also:
Constant Field Values

CONF_IMAGENES

public static final java.lang.String CONF_IMAGENES
La constante CONF_IMAGENES.

See Also:
Constant Field Values

FICHEROS_CONFIGURACION

public static final java.lang.String[] FICHEROS_CONFIGURACION
La constante FICHEROS_CONFIGURACION.


HDT_CARPETA

public static final java.lang.String HDT_CARPETA
La constante HDT_CARPETA.

See Also:
Constant Field Values

HDT_CIUDADES_XML

public static final java.lang.String HDT_CIUDADES_XML
La constante HDT_CIUDADES_XML.

See Also:
Constant Field Values

MAPAS_CARPETA

public static final java.lang.String MAPAS_CARPETA
La constante MAPAS_CARPETA.

See Also:
Constant Field Values
Constructor Detail

Constantes

public Constantes()