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
Modifier 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 provideIterable
orRecord
s 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 provideIterable
orRecord
s 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_GROUPS
andRecord.Type.ALL_GROUPS
special records.
-