Package org.apache.maven.index
Interface ArtifactContextProducer
-
- All Known Implementing Classes:
DefaultArtifactContextProducer
public interface ArtifactContextProducer
A producer that createsArtifactContext
from POM and from other available files.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ROLE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArtifactContext
getArtifactContext(IndexingContext context, java.io.File file)
-
-
-
Method Detail
-
getArtifactContext
ArtifactContext getArtifactContext(IndexingContext context, java.io.File file)
-
-