public class PactMavenDependencyLoader extends Object implements PactLoader
| Constructor and Description |
|---|
PactMavenDependencyLoader(PactMavenDependency pactMavenDependency) |
| Modifier and Type | Method and Description |
|---|---|
List<au.com.dius.pact.model.Pact> |
load(String providerName) |
protected List<au.com.dius.pact.model.Pact> |
loadPacts(String providerName,
File pactFolder) |
protected List<org.jboss.shrinkwrap.api.spec.JavaArchive> |
resolvePacts() |
protected void |
unpack(File destination,
List<org.jboss.shrinkwrap.api.spec.JavaArchive> pacts) |
public PactMavenDependencyLoader(PactMavenDependency pactMavenDependency)
public List<au.com.dius.pact.model.Pact> load(String providerName) throws IOException
load in interface PactLoaderIOExceptionprotected List<au.com.dius.pact.model.Pact> loadPacts(String providerName, File pactFolder)
protected void unpack(File destination, List<org.jboss.shrinkwrap.api.spec.JavaArchive> pacts) throws IOException
IOExceptionprotected List<org.jboss.shrinkwrap.api.spec.JavaArchive> resolvePacts()
Copyright © 2016 JBoss by Red Hat. All rights reserved.