Uses of Interface
org.apache.maven.index.ArtifactContextProducer
-
Packages that use ArtifactContextProducer Package Description org.apache.maven.index -
-
Uses of ArtifactContextProducer in org.apache.maven.index
Classes in org.apache.maven.index that implement ArtifactContextProducer Modifier and Type Class Description class
DefaultArtifactContextProducer
A default implementation of theArtifactContextProducer
.Fields in org.apache.maven.index declared as ArtifactContextProducer Modifier and Type Field Description private ArtifactContextProducer
DefaultScanner. artifactContextProducer
Constructors in org.apache.maven.index with parameters of type ArtifactContextProducer Constructor Description DefaultScanner(ArtifactContextProducer artifactContextProducer)
-