Uses of Class
com.martiansoftware.jsap.Defaults
-
Packages that use Defaults Package Description com.martiansoftware.jsap com.martiansoftware.jsap.defaultsources -
-
Uses of Defaults in com.martiansoftware.jsap
Methods in com.martiansoftware.jsap that return Defaults 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 Defaults in com.martiansoftware.jsap.defaultsources
Methods in com.martiansoftware.jsap.defaultsources that return Defaults 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.
-