Uses of Class
org.basex.core.StaticOptions
Packages that use StaticOptions
Package
Description
Classes for creating new database instances.
Database core classes.
Database commands.
Database structures.
Server implementation.
-
Uses of StaticOptions in org.basex.build
Constructors in org.basex.build with parameters of type StaticOptionsModifierConstructorDescriptionDiskBuilder(String name, Parser parser, StaticOptions sopts, MainOptions opts) Constructor. -
Uses of StaticOptions in org.basex.core
Fields in org.basex.core declared as StaticOptionsModifier and TypeFieldDescriptionprotected StaticOptionsCommand.soptionsConvenience access to static options.final StaticOptionsContext.soptionsStatic options.Constructors in org.basex.core with parameters of type StaticOptions -
Uses of StaticOptions in org.basex.core.cmd
Methods in org.basex.core.cmd with parameters of type StaticOptionsModifier and TypeMethodDescriptionstatic voidAlterBackup.alter(String db, String name, StaticOptions sopts) Drops a backup with the specified name.static booleanAlterDB.alter(String source, String target, StaticOptions sopts) Renames the specified database.static voidCreateBackup.backup(String db, StaticOptions sopts, CreateBackup cmd) Backups the specified database.static voidCopy.copy(String source, String target, StaticOptions sopts, Copy cmd) Copies the specified database.static booleanDropBackup.drop(String name, StaticOptions sopts) Drops a backup with the specified name.static booleanDropDB.drop(String db, StaticOptions sopts) Deletes the specified database.static booleanDropDB.drop(Data data, StaticOptions sopts) Deletes the specified database.static voidRestore.restore(String db, String backup, StaticOptions sopts, Restore cmd) Restores the specified database. -
Uses of StaticOptions in org.basex.core.jobs
Constructors in org.basex.core.jobs with parameters of type StaticOptions -
Uses of StaticOptions in org.basex.core.locks
Constructors in org.basex.core.locks with parameters of type StaticOptions -
Uses of StaticOptions in org.basex.core.users
Constructors in org.basex.core.users with parameters of type StaticOptions -
Uses of StaticOptions in org.basex.data
Constructors in org.basex.data with parameters of type StaticOptionsModifierConstructorDescriptionMetaData(String name, MainOptions options, StaticOptions sopts) Constructor. -
Uses of StaticOptions in org.basex.query.util.pkg
Constructors in org.basex.query.util.pkg with parameters of type StaticOptions -
Uses of StaticOptions in org.basex.server
Constructors in org.basex.server with parameters of type StaticOptions