public interface Provisioner
Many Autostyle steps require third-party libraries, but we want to keep Autostyle dependencies minimal.
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.io.File> |
provisionWithTransitives(boolean withTransitives,
java.util.Collection<java.lang.String> mavenCoordinates)
Given a set of Maven coordinates, returns a set of jars which include all
of the specified coordinates and optionally their transitive dependencies.
|
default java.util.Set<java.io.File> |
provisionWithTransitives(boolean withTransitives,
java.lang.String... mavenCoordinates)
Given a set of Maven coordinates, returns a set of jars which include all
of the specified coordinates and optionally their transitive dependencies.
|
default java.util.Set<java.io.File> provisionWithTransitives(boolean withTransitives,
java.lang.String... mavenCoordinates)
Given a set of Maven coordinates, returns a set of jars which include all of the specified coordinates and optionally their transitive dependencies.
java.util.Set<java.io.File> provisionWithTransitives(boolean withTransitives,
java.util.Collection<java.lang.String> mavenCoordinates)
Given a set of Maven coordinates, returns a set of jars which include all of the specified coordinates and optionally their transitive dependencies.