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 TypeMethodDescriptionvoidJSAP.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.voidJSAP.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 TypeClassDescriptionclassA DefaultSource with values defined in a java.util.Properties object.