Uses of Class
com.martiansoftware.jsap.Defaults
Packages that use Defaults
-
Uses of Defaults in com.martiansoftware.jsap
Methods in com.martiansoftware.jsap that return DefaultsModifier 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 Defaults in com.martiansoftware.jsap.defaultsources
Methods in com.martiansoftware.jsap.defaultsources that return DefaultsModifier and TypeMethodDescriptionPropertyDefaultSource.getDefaults
(IDMap idMap, ExceptionMap exceptionMap) Returns a Defaults object based upon this PropertyDefaultSource's properties and the specified IDMap.