Uses of Interface
org.apache.maven.repository.internal.MavenWorkspaceReader
-
Packages that use MavenWorkspaceReader Package Description org.apache.maven org.apache.maven.internal.aether -
-
Uses of MavenWorkspaceReader in org.apache.maven
Classes in org.apache.maven that implement MavenWorkspaceReader Modifier and Type Class Description (package private) class
ReactorReader
An implementation of a workspace reader that knows how to search the Maven reactor for artifacts, either as packaged jar if it has been built, or only compile output directory if packaging hasn't happened yet. -
Uses of MavenWorkspaceReader in org.apache.maven.internal.aether
Classes in org.apache.maven.internal.aether that implement MavenWorkspaceReader Modifier and Type Class Description class
MavenChainedWorkspaceReader
A maven workspace reader that delegates to a chain of other readers, effectively aggregating their contents.
-