org.jboss.arquillian.persistence.data.descriptor
Class ResourceDescriptor<T>
java.lang.Object
org.jboss.arquillian.persistence.data.descriptor.ResourceDescriptor<T>
- Type Parameters:
T - parametrized resource format class.
- Direct Known Subclasses:
- DataSetResourceDescriptor, SqlScriptResourceDescriptor
public abstract class ResourceDescriptor<T>
- extends Object
Describes resource attributes such as it's location in classpath
and format.
- Author:
- Bartosz Majsak
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
location
protected final String location
format
protected final T format
ResourceDescriptor
public ResourceDescriptor(String location,
T format)
getLocation
public String getLocation()
getFormat
public T getFormat()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.