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

Packages that use WorkspaceReader
org.sonatype.aether   
org.sonatype.aether.test.impl   
org.sonatype.aether.util   
org.sonatype.aether.util.repository   
 

Uses of WorkspaceReader in org.sonatype.aether
 

Methods in org.sonatype.aether that return WorkspaceReader
 WorkspaceReader RepositorySystemSession.getWorkspaceReader()
          Gets the workspace reader used during this session.
 

Uses of WorkspaceReader in org.sonatype.aether.test.impl
 

Methods in org.sonatype.aether.test.impl that return WorkspaceReader
 WorkspaceReader TestRepositorySystemSession.getWorkspaceReader()
           
 

Uses of WorkspaceReader in org.sonatype.aether.util
 

Methods in org.sonatype.aether.util that return WorkspaceReader
 WorkspaceReader DefaultRepositorySystemSession.getWorkspaceReader()
           
 WorkspaceReader FilterRepositorySystemSession.getWorkspaceReader()
           
 

Methods in org.sonatype.aether.util with parameters of type WorkspaceReader
 DefaultRepositorySystemSession DefaultRepositorySystemSession.setWorkspaceReader(WorkspaceReader workspaceReader)
           
 

Uses of WorkspaceReader in org.sonatype.aether.util.repository
 

Classes in org.sonatype.aether.util.repository that implement WorkspaceReader
 class ChainedWorkspaceReader
          A workspace reader that delegates to a chain of other readers, effectively aggregating their contents.
 

Methods in org.sonatype.aether.util.repository that return WorkspaceReader
static WorkspaceReader ChainedWorkspaceReader.newInstance(WorkspaceReader reader1, WorkspaceReader reader2)
          Creates a new workspace by chaining the specified readers.
 

Methods in org.sonatype.aether.util.repository with parameters of type WorkspaceReader
static WorkspaceReader ChainedWorkspaceReader.newInstance(WorkspaceReader reader1, WorkspaceReader reader2)
          Creates a new workspace by chaining the specified readers.
 

Constructors in org.sonatype.aether.util.repository with parameters of type WorkspaceReader
ChainedWorkspaceReader(WorkspaceReader... readers)
          Creates a new workspace reading by chaining the specified readers.
 



Copyright © 2010 Sonatype, Inc.. All Rights Reserved.