public class TestBundle extends Object
| Constructor and Description |
|---|
TestBundle(String name,
org.springframework.core.io.Resource sql,
List<MappingBundle> mappingBundles,
org.springframework.core.io.Resource manifest) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.core.io.Resource |
getManifest() |
List<MappingBundle> |
getMappingBundles() |
String |
getName() |
org.springframework.core.io.Resource |
getSql() |
public TestBundle(String name, org.springframework.core.io.Resource sql, List<MappingBundle> mappingBundles, org.springframework.core.io.Resource manifest)
public String getName()
public org.springframework.core.io.Resource getSql()
public List<MappingBundle> getMappingBundles()
public org.springframework.core.io.Resource getManifest()
Copyright © 2014. All rights reserved.