Package org.basex.core.jobs
Class JobsOptions
java.lang.Object
org.basex.util.options.Options
org.basex.core.jobs.JobsOptions
Jobs options.
- Author:
- BaseX Team 2005-21, BSD License, Christian Gruen
-
Nested Class Summary
Nested classes/interfaces inherited from class org.basex.util.options.Options
Options.YesNo, Options.YesNoOmit -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringOptionQuery base-uri.static final BooleanOptionCache result.static final StringOptionEnd date/duration.static final StringOptionCustom id string.static final StringOptionInterval after which query will be repeated.static final StringOptionLog entry.static final BooleanOptionRegister as service.static final StringOptionStart date/time/duration. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.basex.util.options.Options
allowed, assign, assign, assign, assign, assign, contains, error, free, get, get, get, get, get, get, get, get, get, invert, iterator, names, option, put, set, set, set, set, set, set, set, set, setSystem, toMap, toMap, toString, writeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
BASE_URI
Query base-uri. -
CACHE
Cache result. -
START
Start date/time/duration. -
END
End date/duration. -
INTERVAL
Interval after which query will be repeated. -
ID
Custom id string. -
SERVICE
Register as service. -
LOG
Log entry.
-
-
Constructor Details
-
JobsOptions
public JobsOptions()
-