Uses of Interface
org.eclipse.aether.repository.WorkspaceReader
-
Packages that use WorkspaceReader Package Description org.eclipse.aether The primary API of theRepositorySystemand its functionality. -
-
Uses of WorkspaceReader in org.eclipse.aether
Methods in org.eclipse.aether that return WorkspaceReader Modifier and Type Method Description WorkspaceReaderAbstractForwardingRepositorySystemSession. getWorkspaceReader()WorkspaceReaderDefaultRepositorySystemSession. getWorkspaceReader()WorkspaceReaderRepositorySystemSession. getWorkspaceReader()Gets the workspace reader used during this session.Methods in org.eclipse.aether with parameters of type WorkspaceReader Modifier and Type Method Description DefaultRepositorySystemSessionDefaultRepositorySystemSession. setWorkspaceReader(WorkspaceReader workspaceReader)Sets the workspace reader used during this session.
-