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

Quick Search    Search Deep

com.telefonicasoluciones.search.server
Class HLConfig  view HLConfig download HLConfig.java

java.lang.Object
  extended bycom.telefonicasoluciones.search.server.HLConfig

public class HLConfig
extends java.lang.Object


Field Summary
private  java.util.HashMap configurations
           
private  java.util.ArrayList jobs
           
 
Constructor Summary
HLConfig(java.lang.String path)
          Crea un objeto HLConfig, debe especificarse la ruta del fichero de configración.
 
Method Summary
 java.util.HashMap getConfiguration(java.lang.String user)
          Insert the method's description here.
 java.util.ArrayList getJobs()
          Insert the method's description here.
private  void parse(java.io.File configFile)
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

configurations

private java.util.HashMap configurations

jobs

private java.util.ArrayList jobs
Constructor Detail

HLConfig

public HLConfig(java.lang.String path)
         throws HLConfigException
Crea un objeto HLConfig, debe especificarse la ruta del fichero de configración.

Method Detail

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)