Uses of Interface
org.eclipse.aether.repository.ArtifactRepository
-
Packages that use ArtifactRepository Package Description org.eclipse.aether The primary API of theRepositorySystemand its functionality.org.eclipse.aether.collection The types and extension points for collecting the transitive dependencies of an artifact and building a dependency graph.org.eclipse.aether.repository The definition of various kinds of repositories that host artifacts.org.eclipse.aether.resolution The types supporting the resolution of artifacts and metadata from repositories. -
-
Uses of ArtifactRepository in org.eclipse.aether
Methods in org.eclipse.aether that return ArtifactRepository Modifier and Type Method Description ArtifactRepositoryRepositoryEvent. getRepository()Gets the repository involved in the event (if any).Methods in org.eclipse.aether with parameters of type ArtifactRepository Modifier and Type Method Description RepositoryEvent.BuilderRepositoryEvent.Builder. setRepository(ArtifactRepository repository)Sets the repository involved in the event. -
Uses of ArtifactRepository in org.eclipse.aether.collection
Methods in org.eclipse.aether.collection that return ArtifactRepository Modifier and Type Method Description ArtifactRepositoryVersionFilter.VersionFilterContext. getRepository(Version version)Gets the repository from which the specified version was resolved. -
Uses of ArtifactRepository in org.eclipse.aether.repository
Classes in org.eclipse.aether.repository that implement ArtifactRepository Modifier and Type Class Description classLocalRepositoryA repository on the local file system used to cache contents of remote repositories and to store locally installed artifacts.classRemoteRepositoryA repository on a remote server.classWorkspaceRepositoryA repository backed by an IDE workspace, the output of a build session or similar ad-hoc collection of artifacts. -
Uses of ArtifactRepository in org.eclipse.aether.resolution
Methods in org.eclipse.aether.resolution that return ArtifactRepository Modifier and Type Method Description ArtifactRepositoryArtifactDescriptorResult. getRepository()Gets the repository from which the descriptor was eventually resolved.ArtifactRepositoryArtifactResult. getRepository()Gets the repository from which the artifact was eventually resolved.ArtifactRepositoryVersionRangeResult. getRepository(Version version)Gets the repository from which the specified version was resolved.ArtifactRepositoryVersionResult. getRepository()Gets the repository from which the version was eventually resolved.Methods in org.eclipse.aether.resolution with parameters of type ArtifactRepository Modifier and Type Method Description ArtifactDescriptorResultArtifactDescriptorResult. setRepository(ArtifactRepository repository)Sets the repository from which the descriptor was resolved.ArtifactResultArtifactResult. setRepository(ArtifactRepository repository)Sets the repository from which the artifact was resolved.VersionRangeResultVersionRangeResult. setRepository(Version version, ArtifactRepository repository)Records the repository from which the specified version was resolvedVersionResultVersionResult. setRepository(ArtifactRepository repository)Sets the repository from which the version was resolved.
-