org.jboss.arquillian.persistence.metadata.provider
Class SqlScriptProvider<T extends Annotation>
java.lang.Object
org.jboss.arquillian.persistence.metadata.provider.ResourceProvider<SqlScriptResourceDescriptor>
org.jboss.arquillian.persistence.metadata.provider.SqlScriptProvider<T>
public class SqlScriptProvider<T extends Annotation>
- extends ResourceProvider<SqlScriptResourceDescriptor>
- Author:
- Bartosz Majsak
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
forAnnotation
public static <K extends Annotation> SqlScriptProviderBuilder<K> forAnnotation(Class<K> annotation)
createDescriptor
protected SqlScriptResourceDescriptor createDescriptor(String dataFileName)
- Specified by:
createDescriptor in class ResourceProvider<SqlScriptResourceDescriptor>
defaultLocation
protected String defaultLocation()
- Specified by:
defaultLocation in class ResourceProvider<SqlScriptResourceDescriptor>
defaultFileName
protected String defaultFileName()
- Specified by:
defaultFileName in class ResourceProvider<SqlScriptResourceDescriptor>
getResourceFileNames
public Collection<String> getResourceFileNames(Method testMethod)
- Specified by:
getResourceFileNames in class ResourceProvider<SqlScriptResourceDescriptor>
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.