Examples of MutableTestDataSourceFactory


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
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.