public class ResourceDocumentationGatherer extends DocumentationGatherer
index, registry| Constructor and Description |
|---|
ResourceDocumentationGatherer(org.apache.maven.plugin.logging.Log log,
DocumentationRegistry registry,
org.jboss.jandex.IndexView index,
org.jboss.jandex.ClassInfo resourceClassInfo) |
ResourceDocumentationGatherer(org.apache.maven.plugin.logging.Log log,
String name,
DocumentationRegistry registry,
org.jboss.jandex.IndexView index,
org.jboss.jandex.ClassInfo resourceClassInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
gather() |
protected void |
process(org.jboss.jandex.ClassInfo current,
boolean isRootFraction) |
protected void |
process(org.jboss.jandex.FieldInfo field,
boolean isRootFraction) |
addDocumentation, dashize, getClassByName, getDocumentation, getLog, isMarkedAsConfigurable, isMarkedAsDocumented, isSingletonResource, isSubresources, nameFor, nameForpublic ResourceDocumentationGatherer(org.apache.maven.plugin.logging.Log log,
DocumentationRegistry registry,
org.jboss.jandex.IndexView index,
org.jboss.jandex.ClassInfo resourceClassInfo)
public ResourceDocumentationGatherer(org.apache.maven.plugin.logging.Log log,
String name,
DocumentationRegistry registry,
org.jboss.jandex.IndexView index,
org.jboss.jandex.ClassInfo resourceClassInfo)
public void gather()
gather in class DocumentationGathererprotected void process(org.jboss.jandex.ClassInfo current,
boolean isRootFraction)
protected void process(org.jboss.jandex.FieldInfo field,
boolean isRootFraction)
Copyright © 2017 JBoss by Red Hat. All rights reserved.