org.hdtourist.model.services.xml
Class InformacionConfigParser

java.lang.Object
  extended by org.hdtourist.model.services.xml.InformacionConfigParser

public class InformacionConfigParser
extends java.lang.Object

The Class InformacionConfigParser.


Field Summary
private  android.content.Context contexto
          The contexto.
private static InformacionConfigParser INSTANCE
          The instance.
 
Constructor Summary
private InformacionConfigParser()
          Instantiates a new informacion config parser.
 
Method Summary
private static void createInstance()
          Crea el instance.
private  java.io.InputStream getInputStream(java.lang.String fichero)
          Gets the input stream.
static InformacionConfigParser getInstance()
          Gets the single instance of InformacionConfigParser.
 InformacionListPresenter obtenerInformacionConfig(Categoria categoria)
          Obtener informacion config.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

private static InformacionConfigParser INSTANCE
The instance.


contexto

private android.content.Context contexto
The contexto.

Constructor Detail

InformacionConfigParser

private InformacionConfigParser()
Instantiates a new informacion config parser.

Method Detail

getInstance

public static InformacionConfigParser getInstance()
Gets the single instance of InformacionConfigParser.

Returns:
single instance of InformacionConfigParser

createInstance

private static void createInstance()
Crea el instance.


obtenerInformacionConfig

public InformacionListPresenter obtenerInformacionConfig(Categoria categoria)
                                                  throws HdtException
Obtener informacion config.

Parameters:
categoria - the categoria
Returns:
the informacion list presenter
Throws:
HdtException - Excepción de la aplicación

getInputStream

private java.io.InputStream getInputStream(java.lang.String fichero)
Gets the input stream.

Parameters:
fichero - the fichero
Returns:
the input stream