Arquillian Persistence Extension Implementation 1.0.0.Alpha4

org.jboss.arquillian.persistence.data.dump
Class DataDump

java.lang.Object
  extended by org.jboss.arquillian.persistence.data.dump.DataDump
All Implemented Interfaces:
Serializable

public class DataDump
extends Object
implements Serializable

Author:
Bartosz Majsak
See Also:
Serialized Form

Constructor Summary
DataDump(String dataSet, String path)
           
 
Method Summary
 String getDataSet()
           
 String getPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataDump

public DataDump(String dataSet,
                String path)
Method Detail

getDataSet

public String getDataSet()

getPath

public String getPath()

Arquillian Persistence Extension Implementation 1.0.0.Alpha4

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.