Package de.odysseus.calyxo.control.conf

Examples of de.odysseus.calyxo.control.conf.ControlConfig


  public void test1() throws Exception {
    URL url = getClass().getResource("test1.xml");
    TestModuleContext context = new TestModuleContext("test");
    ControlConfigParser parser = new ControlConfigParser(context);
    ControlConfig root = parser.parse(new URL[]{url});
    assertNotNull(root);
  }
View Full Code Here

TOP

Related Classes of de.odysseus.calyxo.control.conf.ControlConfig

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.