MavenArtifactResolver |
MavenArtifactResolver.Builder.build() |
org.eclipse.aether.collection.CollectResult |
MavenArtifactResolver.collectDependencies(org.eclipse.aether.artifact.Artifact artifact,
List<org.eclipse.aether.graph.Dependency> deps) |
org.eclipse.aether.collection.CollectResult |
MavenArtifactResolver.collectDependencies(org.eclipse.aether.artifact.Artifact artifact,
List<org.eclipse.aether.graph.Dependency> deps,
List<org.eclipse.aether.repository.RemoteRepository> mainRepos) |
org.eclipse.aether.collection.CollectResult |
MavenArtifactResolver.collectManagedDependencies(org.eclipse.aether.artifact.Artifact artifact,
List<org.eclipse.aether.graph.Dependency> deps,
List<org.eclipse.aether.graph.Dependency> managedDeps,
List<org.eclipse.aether.repository.RemoteRepository> mainRepos,
String... excludedScopes) |
List<org.apache.maven.model.Profile> |
BootstrapMavenContext.getActiveSettingsProfiles() |
AppArtifact |
BootstrapMavenContext.getCurrentProjectArtifact(String extension) |
org.apache.maven.settings.Settings |
BootstrapMavenContext.getEffectiveSettings() |
String |
BootstrapMavenContext.getLocalRepo() |
List<org.eclipse.aether.repository.RemoteRepository> |
BootstrapMavenContext.getRemoteRepositories() |
org.eclipse.aether.RepositorySystem |
BootstrapMavenContext.getRepositorySystem() |
org.eclipse.aether.RepositorySystemSession |
BootstrapMavenContext.getRepositorySystemSession() |
void |
MavenArtifactResolver.install(org.eclipse.aether.artifact.Artifact artifact) |
boolean |
BootstrapMavenContext.isOffline() |
org.eclipse.aether.resolution.ArtifactResult |
MavenArtifactResolver.resolve(org.eclipse.aether.artifact.Artifact artifact) |
org.eclipse.aether.resolution.ArtifactResult |
MavenArtifactResolver.resolve(org.eclipse.aether.artifact.Artifact artifact,
List<org.eclipse.aether.repository.RemoteRepository> mainRepos) |
List<org.eclipse.aether.resolution.ArtifactResult> |
MavenArtifactResolver.resolve(List<org.eclipse.aether.resolution.ArtifactRequest> artifacts) |
org.eclipse.aether.resolution.DependencyResult |
MavenArtifactResolver.resolveDependencies(org.eclipse.aether.artifact.Artifact artifact,
List<org.eclipse.aether.graph.Dependency> deps) |
org.eclipse.aether.resolution.DependencyResult |
MavenArtifactResolver.resolveDependencies(org.eclipse.aether.artifact.Artifact artifact,
List<org.eclipse.aether.graph.Dependency> deps,
List<org.eclipse.aether.repository.RemoteRepository> mainRepos) |
org.eclipse.aether.resolution.ArtifactDescriptorResult |
MavenArtifactResolver.resolveDescriptor(org.eclipse.aether.artifact.Artifact artifact) |
org.eclipse.aether.resolution.ArtifactDescriptorResult |
MavenArtifactResolver.resolveDescriptor(org.eclipse.aether.artifact.Artifact artifact,
List<org.eclipse.aether.repository.RemoteRepository> mainRepos) |
org.eclipse.aether.resolution.DependencyResult |
MavenArtifactResolver.resolveManagedDependencies(org.eclipse.aether.artifact.Artifact artifact,
List<org.eclipse.aether.graph.Dependency> deps,
List<org.eclipse.aether.graph.Dependency> managedDeps,
List<org.eclipse.aether.repository.RemoteRepository> mainRepos,
String... excludedScopes) |
org.eclipse.aether.resolution.VersionRangeResult |
MavenArtifactResolver.resolveVersionRange(org.eclipse.aether.artifact.Artifact artifact) |
org.eclipse.aether.resolution.DependencyResult |
MavenArtifactResolver.toDependencyTree(List<org.eclipse.aether.graph.Dependency> deps,
List<org.eclipse.aether.repository.RemoteRepository> mainRepos)
Turns the list of dependencies into a simple dependency tree
|