Uses of Interface
org.sonatype.aether.repository.ArtifactRepository

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()
          Gets the repository involved in the event (if any).
 

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, List<RemoteRepository> repositories, Class<?> repoClass, 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 installed 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 ArtifactResult.getRepository()
          Gets the repository from which the artifact was eventually resolved.
 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 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
 ArtifactResult ArtifactResult.setRepository(ArtifactRepository repository)
          Sets the repository from which the artifact was resolved.
 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.
 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)
          Sets the repository involved in the event.
 



Copyright © 2010-2012. All Rights Reserved.