org.cassandraunit.dataset
Class ClassPathDataSet

java.lang.Object
  extended by org.cassandraunit.dataset.ClassPathDataSet
All Implemented Interfaces:
DataSet

public class ClassPathDataSet
extends Object
implements DataSet


Constructor Summary
ClassPathDataSet(String dataSetLocation)
           
 
Method Summary
 List<ColumnFamilyModel> getColumnFamilies()
           
 KeyspaceModel getKeyspace()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassPathDataSet

public ClassPathDataSet(String dataSetLocation)
Method Detail

getKeyspace

public KeyspaceModel getKeyspace()
Specified by:
getKeyspace in interface DataSet

getColumnFamilies

public List<ColumnFamilyModel> getColumnFamilies()
Specified by:
getColumnFamilies in interface DataSet


Copyright © 2012. All Rights Reserved.