Package net.datacrow.core.migration.itemexport

Examples of net.datacrow.core.migration.itemexport.XmlExporter.start()


     
      itemExporter.setFile(new File(parent.getPath(), DcModules.get(module).getTableName() + ".xml"));
     
      itemExporter.setItems(items);
      itemExporter.setClient(this);
      itemExporter.start();
    }
  }
}
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.