Package | Description |
---|---|
Utils |
Provides various utility classes.
|
Modifier and Type | Method and Description |
---|---|
static SetSettings |
SetSettings.fromFile(java.io.File f)
Reads settings from a file and returns an instance of this class.
|
static SetSettings |
SetSettings.fromFileAndCommandLine(java.io.File f,
java.lang.String[] c)
Returns settings from a file and the command line and returns an instance
of this class.
|
Constructor and Description |
---|
Settings(PossibleSettings need,
SetSettings set)
Creates an instance of this class
|