ucar.nc2.util
Class RuntimeConfigParser

java.lang.Object
  extended by ucar.nc2.util.RuntimeConfigParser

public class RuntimeConfigParser
extends java.lang.Object

Read Runtime Configuration

   
     
     
     
     
   
 

Version:
$Revision$ $Date$
Author:
caron

Constructor Summary
RuntimeConfigParser()
           
 
Method Summary
static void read(org.jdom.Element root, java.lang.StringBuffer errlog)
           
static void read(java.io.InputStream is, java.lang.StringBuffer errlog)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeConfigParser

public RuntimeConfigParser()
Method Detail

read

public static void read(java.io.InputStream is,
                        java.lang.StringBuffer errlog)
                 throws java.io.IOException
Throws:
java.io.IOException

read

public static void read(org.jdom.Element root,
                        java.lang.StringBuffer errlog)