Uses of Interface
com.martiansoftware.jsap.DefaultSource
-
Packages that use DefaultSource Package Description com.martiansoftware.jsap com.martiansoftware.jsap.defaultsources -
-
Uses of DefaultSource in com.martiansoftware.jsap
Methods in com.martiansoftware.jsap with parameters of type DefaultSource Modifier and Type Method Description void
JSAP. registerDefaultSource(DefaultSource ds)
Registers a new DefaultSource with this JSAP, at the end of the current DefaultSource chain, but before the defaults defined within the AbstractParameters themselves.void
JSAP. unregisterDefaultSource(DefaultSource ds)
Removes the specified DefaultSource from this JSAP's DefaultSource chain. -
Uses of DefaultSource in com.martiansoftware.jsap.defaultsources
Classes in com.martiansoftware.jsap.defaultsources that implement DefaultSource Modifier and Type Class Description class
PropertyDefaultSource
A DefaultSource with values defined in a java.util.Properties object.
-