Package org.basex.query.func.proc
Class ProcOptions
java.lang.Object
org.basex.util.options.Options
org.basex.query.func.proc.ProcOptions
Process options.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.basex.util.options.Options
Options.YesNo, Options.YesNoOmit -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringOptionProcess directory.static final StringOptionEncoding of result.static final StringOptionProcess input.static final NumberOptionTimeout in seconds. -
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
-
TIMEOUT
Timeout in seconds. -
ENCODING
Encoding of result. -
INPUT
Process input. -
DIR
Process directory.
-
-
Constructor Details
-
ProcOptions
public ProcOptions()
-