Package com.clarkparsia.empire.api

Examples of com.clarkparsia.empire.api.MutableTestDataSourceFactory


    public static DataSource createTestSource() throws DataSourceException {
    Map<String, Object> aMap = new HashMap<String, Object>();
    aMap.put("factory", "test-source");
    aMap.put("files", lookupFile( "data/lite.nasa.nt" ).getAbsolutePath() );

    return new MutableTestDataSourceFactory().create(aMap);
  }
View Full Code Here

TOP

Related Classes of com.clarkparsia.empire.api.MutableTestDataSourceFactory

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.