Uses of Class
org.eclipse.aether.repository.WorkspaceRepository
-
Packages that use WorkspaceRepository Package Description org.eclipse.aether.internal.impl The various sub components that collectively implement the repository system.org.eclipse.aether.repository The definition of various kinds of repositories that host artifacts.org.eclipse.aether.util.repository Ready-to-use selectors for authentication, proxies and mirrors and a few other repository related utilities. -
-
Uses of WorkspaceRepository in org.eclipse.aether.internal.impl
Methods in org.eclipse.aether.internal.impl that return WorkspaceRepository Modifier and Type Method Description static WorkspaceRepository
CacheUtils. getWorkspace(RepositorySystemSession session)
Deprecated. -
Uses of WorkspaceRepository in org.eclipse.aether.repository
Methods in org.eclipse.aether.repository that return WorkspaceRepository Modifier and Type Method Description WorkspaceRepository
WorkspaceReader. getRepository()
Gets a description of the workspace repository. -
Uses of WorkspaceRepository in org.eclipse.aether.util.repository
Methods in org.eclipse.aether.util.repository that return WorkspaceRepository Modifier and Type Method Description WorkspaceRepository
ChainedWorkspaceReader. getRepository()
-