|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hdtourist.model.services.xml.FicherosConfigParser
public class FicherosConfigParser
El objeto FicherosConfigParser.
Field Summary | |
---|---|
private java.io.File |
ficheroXml
The fichero xml. |
private static FicherosConfigParser |
INSTANCE
The instance. |
Constructor Summary | |
---|---|
private |
FicherosConfigParser()
Instancia una nuevo ficheros config parser. |
Method Summary | |
---|---|
private static void |
createInstance()
Crea la instancía. |
private java.io.InputStream |
getInputStream()
Obtiene el input stream. |
static FicherosConfigParser |
getInstance()
Gets the single instance of FicherosConfigParser. |
java.util.List<Ciudad> |
obtenerFicheros()
Obtener ficheros. |
void |
setFile(java.io.File ficheroXml)
Sets the file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static FicherosConfigParser INSTANCE
private java.io.File ficheroXml
Constructor Detail |
---|
private FicherosConfigParser()
Method Detail |
---|
public static FicherosConfigParser getInstance()
private static void createInstance()
public java.util.List<Ciudad> obtenerFicheros()
public void setFile(java.io.File ficheroXml)
ficheroXml
- the new fileprivate java.io.InputStream getInputStream() throws java.io.IOException
java.io.IOException
- Signals that an I/O exception has occurred.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |