Class VersionedPactUrlLoader
-
- All Implemented Interfaces:
-
au.com.dius.pact.provider.junitsupport.loader.PactLoader
public class VersionedPactUrlLoader extends PactUrlLoader
Implementation of PactLoader that downloads pacts from given urls containing versions to be filtered in from system properties.
-
-
Field Summary
Fields Modifier and Type Field Description private UrlsSourcepactSourceprivate PactReaderpactReaderprivate ValueResolverresolverprivate final Array<String>urlsprivate final Authauthentication
-
Constructor Summary
Constructors Constructor Description VersionedPactUrlLoader(VersionedPactUrl pactUrl)VersionedPactUrlLoader(Array<String> urls)
-
Method Summary
Modifier and Type Method Description final static Array<String>expandVariables(Array<String> urls)-
Methods inherited from class au.com.dius.pact.provider.junitsupport.loader.PactUrlLoader
description, getAuthentication, getPactReader, getPactSource, getPactSource, getResolver, getUrls, load, setPactReader, setPactSource, setResolver -
Methods inherited from class au.com.dius.pact.provider.junitsupport.loader.PactLoader
enablePendingPacts, initLoader, setValueResolver -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
VersionedPactUrlLoader
VersionedPactUrlLoader(VersionedPactUrl pactUrl)
-
-
Method Detail
-
expandVariables
final static Array<String> expandVariables(Array<String> urls)
-
-
-
-