Package org.basex.core.jobs
Class JobOptions
- java.lang.Object
-
- org.basex.util.options.Options
-
- org.basex.core.jobs.JobOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.basex.util.options.Options
Options.YesNo, Options.YesNoOmit
-
-
Field Summary
Fields Modifier and Type Field Description static StringOption
BASE_URI
Query base-uri.static BooleanOption
CACHE
Cache result.static StringOption
END
End date/duration.static StringOption
ID
Custom id string.static StringOption
INTERVAL
Interval after which query will be repeated.static StringOption
LOG
Log entry.static BooleanOption
SERVICE
Register as service.static StringOption
START
Start date/time/duration.
-
Constructor Summary
Constructors Constructor Description JobOptions()
-
Method Summary
-
Methods inherited from class org.basex.util.options.Options
allowed, assign, assign, assign, assign, assign, assign, contains, free, get, get, get, get, get, get, get, get, get, get, invert, iterator, names, option, put, set, set, set, set, set, set, set, set, setSystem, similar, similar, toMap, toString, unknown, write
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Field Detail
-
BASE_URI
public static final StringOption BASE_URI
Query base-uri.
-
CACHE
public static final BooleanOption CACHE
Cache result.
-
START
public static final StringOption START
Start date/time/duration.
-
END
public static final StringOption END
End date/duration.
-
INTERVAL
public static final StringOption INTERVAL
Interval after which query will be repeated.
-
ID
public static final StringOption ID
Custom id string.
-
SERVICE
public static final BooleanOption SERVICE
Register as service.
-
LOG
public static final StringOption LOG
Log entry.
-
-