Package org.incendo.cloud.parser
Interface ParserContributor
public interface ParserContributor
Contributes to the
ParserRegistry.-
Method Summary
Modifier and TypeMethodDescription<C> voidcontribute(ParserRegistry<C> registry) Contributes to the registry.
-
Method Details
-
contribute
Contributes to the registry.- Type Parameters:
C- command sender type- Parameters:
registry- parser registry
-