org.apache.maven.index
Interface ArtifactInfoPostprocessor


public interface ArtifactInfoPostprocessor

ArtifactInfoPostprocessor 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.

Author:
cstamas

Method Summary
 void postprocess(IndexingContext ctx, ArtifactInfo ai)
           
 

Method Detail

postprocess

void postprocess(IndexingContext ctx,
                 ArtifactInfo ai)


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.