Uses of Interface
com.martiansoftware.jsap.DefaultSource
Packages that use DefaultSource
-
Uses of DefaultSource in com.martiansoftware.jsap
Methods in com.martiansoftware.jsap with parameters of type DefaultSourceModifier and TypeMethodDescriptionvoid
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 DefaultSourceModifier and TypeClassDescriptionclass
A DefaultSource with values defined in a java.util.Properties object.