static org.apache.maven.model.Model |
MavenProjectUtilities.addDependenciesToModel(File basePom,
Stream<MavenArtifact> dependencyArtifacts) |
|
static org.apache.maven.model.resolution.ModelResolver |
MavenProjectUtilities.createModelResolver() |
|
static MavenArtifact |
AetherUtilities.getArtifactByAether(MavenArtifact artifact) |
|
static MavenArtifact |
AetherUtilities.getArtifactByAether(MavenArtifact a,
File localRepository) |
|
static MavenArtifact |
AetherUtilities.getArtifactByAether(MavenArtifact a,
File localRepository,
boolean searchLocally) |
|
static Stream<org.eclipse.aether.artifact.Artifact> |
AetherUtilities.getDependencies(MavenArtifact requestedArtifact) |
Retrieves the dependency tree that has requestedArtifact as its root.
|
static Stream<org.eclipse.aether.artifact.Artifact> |
AetherUtilities.getDependencies(MavenArtifact requestedArtifact,
boolean recursiveCall) |
Retrieves the dependency tree that has requestedArtifact as its root.
|
static Stream<org.eclipse.aether.artifact.Artifact> |
AetherUtilities.getDependencies(MavenArtifact dependencyTreeRoot,
Stream<MavenArtifact> requestedArtifacts) |
|
static Stream<org.eclipse.aether.artifact.Artifact> |
AetherUtilities.getDependencies(Stream<MavenArtifact> requestedArtifacts) |
|
static org.apache.maven.model.Model |
MavenProjectUtilities.getEffectivePomModel(File pom) |
|
static String |
AetherUtilities.getNewestVersion(MavenArtifact requestedArtifact) |
Retrieves all available versions of the given artifact and returns the newest one or null, if no version is available.
|
static List<org.eclipse.aether.resolution.MetadataResult> |
AetherUtilities.getRemoteArtifactMetadata(MavenArtifact a) |
Returns the results of metadata requests regarding the request coordinates represented by the passed MavenArtifact.
|
static Optional<List<AetherUtilities.Checksum>> |
AetherUtilities.getRemoteChecksums(MavenArtifact artifact) |
|
static Stream<String> |
AetherUtilities.getVersions(MavenArtifact requestedArtifact) |
Returns all available versions of the given artifact.
|
static Stream<String> |
AetherUtilities.getVersions(MavenArtifact requestedArtifact,
String lowerBound,
String upperBound,
boolean lowerInclusive,
boolean upperInclusive) |
Retrieves all versions of the given artifact - whose given version is ignored in this method - that are available
within the described version range.
|
static void |
AetherUtilities.main(String[] args) |
|
static void |
AetherUtilities.storeArtifactsWithDependencies(MavenArtifact dependencyTreeRoot,
Stream<MavenArtifact> requestedArtifacts,
File libDir) |
|
static void |
AetherUtilities.storeArtifactsWithDependencies(Stream<MavenArtifact> requestedArtifacts,
File libDir) |
|
static void |
AetherUtilities.storeArtifactWithDependencies(MavenArtifact requestedArtifact,
File libDir) |
|