Package com.google.dataconnector.util

Examples of com.google.dataconnector.util.LocalConfValidator


    // validate the localConf.xml file and the input args
    try {
      BeanCliHelper beanCliHelper = new BeanCliHelper();
      beanCliHelper.register(localConf);
      beanCliHelper.parse(args);
      new LocalConfValidator().validate(localConf);
    } catch (LocalConfException e) {
      LOG.fatal("Configuration error", e);
      return;
    } catch (ConfigurationBeanException e) {
      LOG.fatal("Configuration error", e);
View Full Code Here

TOP

Related Classes of com.google.dataconnector.util.LocalConfValidator

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.