Package org.apache.maven.index.reader
Class TestUtils
java.lang.Object
org.apache.maven.index.reader.TestUtils
Helpers to transform records from one to another representation, and, some helpers for publishing using Guava.
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionHelper method, that "decorates" the stream of records to be written out with "special" Maven Indexer records, so all the caller is needed to provideIterableorRecords to be on the index, with record typeRecord.Type.ARTIFACT_ADD.
- 
Field Details- 
compactFunction
- 
expandFunction
 
- 
- 
Method Details- 
decorateHelper method, that "decorates" the stream of records to be written out with "special" Maven Indexer records, so all the caller is needed to provideIterableorRecords to be on the index, with record typeRecord.Type.ARTIFACT_ADD. This method will create the output as "proper" Maven Indexer record stream, by adding theRecord.Type.DESCRIPTOR,Record.Type.ROOT_GROUPSandRecord.Type.ALL_GROUPSspecial records.
 
-