Package studio.mevera.imperat.command.tree.help
package studio.mevera.imperat.command.tree.help
-
ClassDescriptionCommandHelp<S extends Source>HelpCoordinator<S extends Source>Represents a final, immutable entry for a single executable command in the help system.HelpEntryFactory<S extends Source>Factory interface for creating
HelpEntryinstances from parameter nodes.HelpEntryList<S extends Source>A custom list implementation that maintains insertion order, prevents duplicates, and supports indexing - implemented without using any Java collections.HelpFilter<S extends Source>A functional interface for filtering help entries during query operations.Factory class providing common help filters.An immutable data class representing a query for help documentation.HelpQuery.Builder<S extends Source>A builder class for creating instances ofHelpQuery.Rendering options for customizing help display.An enumeration of the available help documentation layouts.StandardTreeHelpVisitor<S extends Source>Standard help provider that queries the command tree.TreeHelpVisitor<S extends Source>Provides help data by visiting the command tree, node by node.