Package org.apache.maven.index
Interface ArtifactInfoPostprocessor
-
public interface ArtifactInfoPostprocessorArtifactInfoPostprocessor is used to postprocess the ArtifactInfo, after it passed filtering and paging but before it is handed over to client performing search. Use is typically like adding some "calculated field", or formatting, and such.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpostprocess(IndexingContext ctx, ArtifactInfo ai)
-
-
-
Method Detail
-
postprocess
void postprocess(IndexingContext ctx, ArtifactInfo ai)
-
-