ucar.nc2.util.xml
Class RuntimeConfigParser

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

public class RuntimeConfigParser
extends java.lang.Object

Read Runtime Configuration

   
     
     
     
     
   
 

Author:
caron

Constructor Summary
RuntimeConfigParser()
           
 
Method Summary
static void read(org.jdom.Element root, java.lang.StringBuilder errlog)
           
static void read(java.io.InputStream is, java.lang.StringBuilder 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.StringBuilder errlog)
                 throws java.io.IOException
Throws:
java.io.IOException

read

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