public class ContractsMavenDependencyLoader extends Object implements ContractsRetriever
| Constructor and Description |
|---|
ContractsMavenDependencyLoader() |
ContractsMavenDependencyLoader(ContractsMavenDependency contractsMavenDependency) |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Map<String,Object> configuration) |
String |
getName() |
protected List<org.jboss.shrinkwrap.api.spec.JavaArchive> |
resolveContracts() |
List<URI> |
retrieve() |
protected void |
unpack(File destination,
List<org.jboss.shrinkwrap.api.spec.JavaArchive> contracts) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetProviderNamepublic ContractsMavenDependencyLoader()
public ContractsMavenDependencyLoader(ContractsMavenDependency contractsMavenDependency)
public List<URI> retrieve() throws IOException
retrieve in interface ContractsRetrieverIOExceptionpublic void configure(Map<String,Object> configuration)
configure in interface ContractsRetrieverpublic String getName()
getName in interface ContractsRetrieverprotected void unpack(File destination, List<org.jboss.shrinkwrap.api.spec.JavaArchive> contracts) throws IOException
IOExceptionprotected List<org.jboss.shrinkwrap.api.spec.JavaArchive> resolveContracts()
Copyright © 2017 JBoss by Red Hat. All rights reserved.