Package org.eobjects.datacleaner.bootstrap

Examples of org.eobjects.datacleaner.bootstrap.Bootstrap.run()


  public static void main(String[] args) {
    initializeLogging();

    BootstrapOptions bootstrapOptions = new DefaultBootstrapOptions(args);
    Bootstrap bootstrap = new Bootstrap(bootstrapOptions);
    bootstrap.run();
  }

  private static void initializeLogging() {
    final File dataCleanerHome = DataCleanerHome.get();
    final File xmlConfigurationFile = new File(dataCleanerHome, "log4j.xml");
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.