org.cassandraunit.dataset.xml
Class AbstractXmlDataSet
java.lang.Object
org.cassandraunit.dataset.xml.AbstractXmlDataSet
- All Implemented Interfaces:
- DataSet
- Direct Known Subclasses:
- ClassPathXmlDataSet, FileXmlDataSet
public abstract class AbstractXmlDataSet
- extends Object
- implements DataSet
- Author:
- Jeremy Sevellec
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractXmlDataSet
public AbstractXmlDataSet(String dataSetLocation)
getInputDataSetLocation
protected abstract InputStream getInputDataSetLocation(String dataSetLocation)
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.