Uses of Class
org.basex.util.options.Option
Packages that use Option
Package
Description
Database core classes.
Database commands.
GUI Package.
XQuery expressions.
Utility classes.
-
Uses of Option in org.basex.core
Methods in org.basex.core with parameters of type Option -
Uses of Option in org.basex.core.cmd
Constructors in org.basex.core.cmd with parameters of type Option -
Uses of Option in org.basex.gui
Methods in org.basex.gui with type parameters of type Option -
Uses of Option in org.basex.query.expr
Constructors in org.basex.query.expr with parameters of type Option -
Uses of Option in org.basex.query.up.primitives
Fields in org.basex.query.up.primitives declared as OptionModifier and TypeFieldDescriptionstatic final Option<?>[]DBOptions.INDEXINGIndexing options.static final Option<?>[]DBOptions.PARSINGParsing options.Methods in org.basex.query.up.primitives with parameters of type OptionModifier and TypeMethodDescriptionvoidDBOptions.assignIfAbsent(Option<?> option, Object value) Assigns the specified option if it has not been assigned before.Returns the value of the specified option.Constructors in org.basex.query.up.primitives with parameters of type OptionModifierConstructorDescriptionConstructor.Constructor parameters in org.basex.query.up.primitives with type arguments of type Option -
Uses of Option in org.basex.util
Methods in org.basex.util with parameters of type Option -
Uses of Option in org.basex.util.options
Subclasses of Option in org.basex.util.optionsModifier and TypeClassDescriptionfinal classOption containing a boolean value.final classComment.final classEnumOption<V extends Enum<V>>Option containing an enumeration value.final classOption containing a boolean value.final classOption containing an integer value.final classOption containing an integer array value.final classOptionsOption<O extends Options>Option containing anotherOptionsvalue.final classOption containing a string value.final classOption containing an strings array value.Methods in org.basex.util.options that return OptionMethods in org.basex.util.options that return types with arguments of type OptionMethods in org.basex.util.options with parameters of type Option