public class Settings
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private byte |
events |
static java.lang.String |
INIT_BELS |
static java.lang.String |
INIT_GOALS |
private boolean |
intBels |
private static java.util.logging.Logger |
logger |
static java.lang.String |
MIND_INSPECTOR |
private int |
nrcbp |
static int |
ODefaultNRC |
static boolean |
ODefaultSync |
static int |
ODefaultVerbose |
static byte |
ODiscard |
static boolean |
ONewFocus |
static byte |
ORequeue |
static byte |
ORetrieve |
static boolean |
OSameFocus |
static java.lang.String |
PROJECT_PARAMETER |
private boolean |
qCache |
private boolean |
qProfiling |
private boolean |
sync |
private boolean |
troON |
private java.util.Map<java.lang.String,java.lang.Object> |
userParameters |
private int |
verbose |
Constructor and Description |
---|
Settings() |
Settings(java.lang.String options) |
Modifier and Type | Method and Description |
---|---|
void |
addOption(java.lang.String key,
java.lang.Object value)
add user defined option
|
boolean |
discard() |
java.lang.String |
getUserParameter(java.lang.String key) |
java.util.Map<java.lang.String,java.lang.Object> |
getUserParameters() |
boolean |
hasQueryCache() |
boolean |
hasQueryProfiling() |
boolean |
isSync()
returns true if the execution is synchronised
|
boolean |
isTROon() |
java.util.logging.Level |
logLevel() |
boolean |
newFocus() |
int |
nrcbp() |
java.lang.Object |
removeUserParameter(java.lang.String key) |
boolean |
requeue() |
boolean |
retrieve() |
boolean |
sameFocus() |
void |
setEvents(byte opt) |
void |
setIntBels(boolean opt) |
void |
setNRCBP(int opt) |
void |
setNRCBP(java.lang.String opt) |
void |
setOptions(java.util.Map<java.lang.String,java.lang.Object> options) |
void |
setOptions(java.lang.String options) |
void |
setQueryCache(boolean b) |
void |
setQueryProfiling(boolean b) |
void |
setSync(boolean pSync) |
void |
setTRO(boolean tro) |
void |
setVerbose(int opt) |
void |
setVerbose(java.lang.String opt) |
int |
verbose() |
public static final byte ODiscard
public static final byte ORequeue
public static final byte ORetrieve
public static final boolean OSameFocus
public static final boolean ONewFocus
public static final int ODefaultNRC
public static final int ODefaultVerbose
public static final boolean ODefaultSync
private static java.util.logging.Logger logger
private byte events
private boolean intBels
private int nrcbp
private int verbose
private boolean sync
private boolean qCache
private boolean qProfiling
private boolean troON
private java.util.Map<java.lang.String,java.lang.Object> userParameters
public static final java.lang.String PROJECT_PARAMETER
public static final java.lang.String INIT_BELS
public static final java.lang.String INIT_GOALS
public static final java.lang.String MIND_INSPECTOR
public void setOptions(java.lang.String options)
public void setOptions(java.util.Map<java.lang.String,java.lang.Object> options)
public void addOption(java.lang.String key, java.lang.Object value)
public void setEvents(byte opt)
public void setIntBels(boolean opt)
public void setNRCBP(java.lang.String opt)
public void setNRCBP(int opt)
public void setVerbose(java.lang.String opt)
public void setVerbose(int opt)
public boolean discard()
public boolean requeue()
public boolean retrieve()
public boolean sameFocus()
public boolean newFocus()
public int nrcbp()
public int verbose()
public java.util.logging.Level logLevel()
public boolean isSync()
public void setSync(boolean pSync)
public boolean isTROon()
public void setTRO(boolean tro)
public boolean hasQueryCache()
public void setQueryCache(boolean b)
public boolean hasQueryProfiling()
public void setQueryProfiling(boolean b)
public java.util.Map<java.lang.String,java.lang.Object> getUserParameters()
public java.lang.String getUserParameter(java.lang.String key)
public java.lang.Object removeUserParameter(java.lang.String key)