Package org.deri.orefine.ckan.exporter

Examples of org.deri.orefine.ckan.exporter.HistoryJsonExporter


            addProvenanceInfo = true;
            continue;
          }
          //either JSON representation of the history or something went wrong
          if(format.equals("history-json")){
            exporter = new HistoryJsonExporter();
          }else{
            //fail
            respondException(response, new RuntimeException("Unknown exporter format"));
            return;
          }
View Full Code Here

TOP

Related Classes of org.deri.orefine.ckan.exporter.HistoryJsonExporter

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.