Companion

object Companion

Functions

Link copied to clipboard
fun get(type: Class<*>): ArgumentProcessor<*>

Gets the Argument Processor for the given type

Link copied to clipboard
fun register(map: Map<Class<*>, ArgumentProcessor<*>>): ArgumentProcessor.Companion

Registers the given map of classes and processors to the processors map

fun register(type: Class<*>, processor: ArgumentProcessor<*>): ArgumentProcessor.Companion

Registers a new Argument Processor, so it can be used in the command argument parsing