rcs.nml
Class NMLConfigInfo

java.lang.Object
  extended by rcs.nml.NMLConfigInfo

public class NMLConfigInfo
extends java.lang.Object

Class encapsulating all informaation from an NML configuration file/server.


Field Summary
 java.util.Hashtable buffer_configurations
           
 java.lang.String DefaultProcessLine
           
 java.lang.String file_name
           
 java.util.Vector header_dir_vector
           
 java.util.Vector include_dir_vector
           
 URL_and_FileLoader loader
           
 java.lang.String nmlcfgsvr
           
 
Constructor Summary
NMLConfigInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

file_name

public java.lang.String file_name

buffer_configurations

public java.util.Hashtable buffer_configurations

loader

public URL_and_FileLoader loader

nmlcfgsvr

public java.lang.String nmlcfgsvr

include_dir_vector

public java.util.Vector include_dir_vector

header_dir_vector

public java.util.Vector header_dir_vector

DefaultProcessLine

public java.lang.String DefaultProcessLine
Constructor Detail

NMLConfigInfo

public NMLConfigInfo()