Uses of Interface
com.martiansoftware.jsap.ExceptionMap
Packages that use ExceptionMap
-
Uses of ExceptionMap in com.martiansoftware.jsap
Classes in com.martiansoftware.jsap that implement ExceptionMapModifier and TypeClassDescriptionclass
Encapsulates the results of JSAP's parse() methods.Methods in com.martiansoftware.jsap with parameters of type ExceptionMapModifier and TypeMethodDescriptionDefaultSource.getDefaults
(IDMap idMap, ExceptionMap exceptionMap) Returns a set of default values given the configuration described by the specified IDMap.protected Defaults
JSAP.getDefaults
(ExceptionMap exceptionMap) Returns a Defaults object representing the merged Defaults of every DefaultSource in the DefaultSource chain and the default values specified in the AbstractParameters themselves. -
Uses of ExceptionMap in com.martiansoftware.jsap.defaultsources
Methods in com.martiansoftware.jsap.defaultsources with parameters of type ExceptionMapModifier and TypeMethodDescriptionPropertyDefaultSource.getDefaults
(IDMap idMap, ExceptionMap exceptionMap) Returns a Defaults object based upon this PropertyDefaultSource's properties and the specified IDMap.