|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArtifactRepository | |
---|---|
org.sonatype.aether | |
org.sonatype.aether.impl.internal | |
org.sonatype.aether.repository | |
org.sonatype.aether.resolution | |
org.sonatype.aether.util.listener |
Uses of ArtifactRepository in org.sonatype.aether |
---|
Methods in org.sonatype.aether that return ArtifactRepository | |
---|---|
ArtifactRepository |
RepositoryEvent.getRepository()
|
Uses of ArtifactRepository in org.sonatype.aether.impl.internal |
---|
Methods in org.sonatype.aether.impl.internal that return ArtifactRepository | |
---|---|
static ArtifactRepository |
CacheUtils.getRepository(RepositorySystemSession session,
java.util.List<RemoteRepository> repositories,
java.lang.Class<?> repoClass,
java.lang.String repoId)
|
Uses of ArtifactRepository in org.sonatype.aether.repository |
---|
Classes in org.sonatype.aether.repository that implement ArtifactRepository | |
---|---|
class |
LocalRepository
A repository on the local file system used to cache contents of remote repositories and to store locally built artifacts. |
class |
RemoteRepository
A repository on a remote server. |
class |
WorkspaceRepository
A repository backed by an IDE workspace or the output of a build session. |
Uses of ArtifactRepository in org.sonatype.aether.resolution |
---|
Methods in org.sonatype.aether.resolution that return ArtifactRepository | |
---|---|
ArtifactRepository |
VersionResult.getRepository()
Gets the repository from which the version was eventually resolved. |
ArtifactRepository |
ArtifactDescriptorResult.getRepository()
Gets the repository from which the descriptor was eventually resolved. |
ArtifactRepository |
ArtifactResult.getRepository()
Gets the repository from which the artifact was eventually resolved. |
ArtifactRepository |
VersionRangeResult.getRepository(Version version)
Gets the repository from which the specified version was resolved. |
Methods in org.sonatype.aether.resolution with parameters of type ArtifactRepository | |
---|---|
VersionResult |
VersionResult.setRepository(ArtifactRepository repository)
Sets the repository from which the version was resolved. |
ArtifactDescriptorResult |
ArtifactDescriptorResult.setRepository(ArtifactRepository repository)
Sets the repository from which the descriptor was resolved. |
ArtifactResult |
ArtifactResult.setRepository(ArtifactRepository repository)
Sets the repository from which the artifact was resolved. |
VersionRangeResult |
VersionRangeResult.setRepository(Version version,
ArtifactRepository repository)
Records the repository from which the specified version was resolved |
Uses of ArtifactRepository in org.sonatype.aether.util.listener |
---|
Methods in org.sonatype.aether.util.listener that return ArtifactRepository | |
---|---|
ArtifactRepository |
DefaultRepositoryEvent.getRepository()
|
Methods in org.sonatype.aether.util.listener with parameters of type ArtifactRepository | |
---|---|
DefaultRepositoryEvent |
DefaultRepositoryEvent.setRepository(ArtifactRepository repository)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |