Class ConfigRoot
java.lang.Object
io.quarkus.annotation.processor.documentation.config.model.ConfigRoot
- All Implemented Interfaces:
ConfigItemCollection
At this stage, a config root is actually a prefix: we merged all the config roots with the same prefix.
Thus the phase for instance is not stored at this level but at the item level.
-
Constructor Summary
ConstructorsConstructorDescriptionConfigRoot(Extension extension, String prefix, String overriddenDocPrefix, String overriddenDocFileName) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddItem(AbstractConfigItem item) voidaddQualifiedName(String qualifiedName) getItems()booleanbooleanvoidmerge(ConfigRoot other) voidwalk(ConfigItemVisitor visitor) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.annotation.processor.documentation.config.model.ConfigItemCollection
getNonDeprecatedItems, getNonDeprecatedProperties, getNonDeprecatedSections, getProperties, getSections
-
Constructor Details
-
ConfigRoot
-
-
Method Details
-
getExtension
-
getPrefix
-
getOverriddenDocFileName
-
addQualifiedName
-
getQualifiedNames
-
addItem
- Specified by:
addItemin interfaceConfigItemCollection
-
getItems
- Specified by:
getItemsin interfaceConfigItemCollection
-
getTopLevelPrefix
-
merge
-
hasDurationType
public boolean hasDurationType()- Specified by:
hasDurationTypein interfaceConfigItemCollection
-
hasMemorySizeType
public boolean hasMemorySizeType()- Specified by:
hasMemorySizeTypein interfaceConfigItemCollection
-
walk
-