Package | Description |
---|---|
com.martiansoftware.jsap | |
com.martiansoftware.jsap.defaultsources |
Modifier and Type | Method and Description |
---|---|
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.
|
Defaults |
DefaultSource.getDefaults(IDMap idMap,
ExceptionMap exceptionMap)
Returns a set of default values given the configuration described by the
specified IDMap.
|
Modifier and Type | Method and Description |
---|---|
Defaults |
PropertyDefaultSource.getDefaults(IDMap idMap,
ExceptionMap exceptionMap)
Returns a Defaults object based upon this PropertyDefaultSource's
properties and the specified IDMap.
|
Copyright © 2016. All rights reserved.