Package | Description |
---|---|
com.martiansoftware.jsap | |
com.martiansoftware.jsap.defaultsources |
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyDefaultSource
A DefaultSource with values defined in a java.util.Properties object.
|
Copyright © 2015. All rights reserved.