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 Summary
FieldsModifier and TypeFieldDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic Iterable<org.apache.maven.index.reader.Record> Helper 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
-
decorate
public static Iterable<org.apache.maven.index.reader.Record> decorate(Iterable<org.apache.maven.index.reader.Record> iterable, String repoId) Helper 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.
-