org.novadeck.jxla.xml
Class XmlConfigurator

java.lang.Object
  |
  +--org.novadeck.jxla.xml.XmlConfigurator

public class XmlConfigurator
extends java.lang.Object

Configure everything from the config file $Id $


Constructor Summary
XmlConfigurator()
           
 
Method Summary
static void configure(java.lang.String filepath)
          configure node by node each element of the program
static void main(java.lang.String[] args)
          testing purpose only
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlConfigurator

public XmlConfigurator()
Method Detail

configure

public static void configure(java.lang.String filepath)
                      throws java.lang.Exception
configure node by node each element of the program
Parameters:
filepath - configuration file path
Throws:
java.lang.Exception - can be IOException or domexception

main

public static void main(java.lang.String[] args)
testing purpose only
Parameters:
args - first element is configuration file path