Companion
Functions
Link copied to clipboard
Gets the Argument Processor for the given type
Link copied to clipboard
fun register(map: Map<Class<*>, ArgumentProcessor<*>>): ArgumentProcessor.Companion
Content copied to clipboard
Registers the given map of classes and processors to the processors map
fun register(type: Class<*>, processor: ArgumentProcessor<*>): ArgumentProcessor.Companion
Content copied to clipboard
Registers a new Argument Processor, so it can be used in the command argument parsing