Uses of Interface
com.martiansoftware.jsap.ExceptionMap
-
Packages that use ExceptionMap Package Description com.martiansoftware.jsap com.martiansoftware.jsap.defaultsources -
-
Uses of ExceptionMap in com.martiansoftware.jsap
Classes in com.martiansoftware.jsap that implement ExceptionMap Modifier and Type Class Description class
JSAPResult
Encapsulates the results of JSAP's parse() methods.Methods in com.martiansoftware.jsap with parameters of type ExceptionMap Modifier and Type Method Description Defaults
DefaultSource. 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 ExceptionMap Modifier and Type Method Description Defaults
PropertyDefaultSource. getDefaults(IDMap idMap, ExceptionMap exceptionMap)
Returns a Defaults object based upon this PropertyDefaultSource's properties and the specified IDMap.
-