java.lang.Object
com.telefonicasoluciones.search.server.HLConfig
- public class HLConfig
- extends java.lang.Object
|
Constructor Summary |
HLConfig(java.lang.String path)
Crea un objeto HLConfig, debe especificarse
la ruta del fichero de configración. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
configurations
private java.util.HashMap configurations
jobs
private java.util.ArrayList jobs
HLConfig
public HLConfig(java.lang.String path)
throws HLConfigException
- Crea un objeto HLConfig, debe especificarse
la ruta del fichero de configración.
getConfiguration
public java.util.HashMap getConfiguration(java.lang.String user)
- Insert the method's description here.
Creation date: (10/01/2002 9:11:58)
getJobs
public java.util.ArrayList getJobs()
- Insert the method's description here.
Creation date: (10/01/2002 9:11:58)
parse
private void parse(java.io.File configFile)
throws HLConfigException
- Insert the method's description here.
Creation date: (15/11/2001 9:29:37)