Uses of Interface
org.jboss.windup.maven.nexusindexer.client.DocTo
-
-
Uses of DocTo in org.jboss.windup.maven.nexusindexer.client
Fields in org.jboss.windup.maven.nexusindexer.client declared as DocTo Modifier and Type Field Description static DocTo<org.eclipse.aether.artifact.Artifact>DocTo. ARTIFACTstatic DocTo<String>DocTo. COORD_GACEVMethods in org.jboss.windup.maven.nexusindexer.client with parameters of type DocTo Modifier and Type Method Description <T> TLuceneIndexServiceBase. findSingle(String fieldName, String value, DocTo<T> converter)Visits each document having @fieldName field with @value using given visitor.
-