Uses of Class
org.basex.io.IOFile
Packages that use IOFile
Package
Description
Classes for creating new database instances.
Database core classes.
Database commands.
Database structures.
GUI Package.
Project specific GUI components.
GUI XQuery View.
Database Index structures.
Input and Output classes.
Unit Functions.
Server implementation.
Utility classes.
-
Uses of IOFile in org.basex.build
Methods in org.basex.build with parameters of type IOFile -
Uses of IOFile in org.basex.core
Methods in org.basex.core that return IOFileModifier and TypeMethodDescriptionStaticOptions.dbPath()Returns the path to the directory that contains all databases.Returns a reference to a file or database in the database directory.static IOFileSandbox.sandbox()Returns the sandbox database path.Methods in org.basex.core with parameters of type IOFile -
Uses of IOFile in org.basex.core.cmd
Methods in org.basex.core.cmd with parameters of type IOFile -
Uses of IOFile in org.basex.data
Fields in org.basex.data declared as IOFileMethods in org.basex.data that return IOFileModifier and TypeMethodDescriptionReturns a reference to the specified binary file.MetaData.binaryDir()Returns the binary directory.Returns a file instance for the specified database file.static IOFileCreates a database file.MetaData.updateFile()Returns a file that indicates ongoing updates.Methods in org.basex.data with parameters of type IOFile -
Uses of IOFile in org.basex.gui
Methods in org.basex.gui with parameters of type IOFileModifier and TypeMethodDescriptionvoidGUIOptions.setFile(StringOption option, IOFile file) Sets the string value of an option. -
Uses of IOFile in org.basex.gui.layout
Methods in org.basex.gui.layout that return IOFileModifier and TypeMethodDescriptionBaseXFileChooser.select(BaseXFileChooser.Mode mode) Selects a file or directory.IOFile[]BaseXFileChooser.selectAll(BaseXFileChooser.Mode mode) Returns selected files or directories.Methods in org.basex.gui.layout with parameters of type IOFile -
Uses of IOFile in org.basex.gui.view.editor
Methods in org.basex.gui.view.editor that return IOFileMethods in org.basex.gui.view.editor with parameters of type IOFileModifier and TypeMethodDescriptionbooleanDeletes a file.Opens and parses the specified query file.voidUpdates the references to renamed files.voidEditorView.setContext(IOFile file) Sets an XML document as context.Method parameters in org.basex.gui.view.editor with type arguments of type IOFile -
Uses of IOFile in org.basex.gui.view.project
Methods in org.basex.gui.view.project with parameters of type IOFile -
Uses of IOFile in org.basex.index
Methods in org.basex.index with parameters of type IOFileModifier and TypeMethodDescriptionfinal voidWrite the map to the specified file.Constructors in org.basex.index with parameters of type IOFile -
Uses of IOFile in org.basex.io
Methods in org.basex.io that return IOFileModifier and TypeMethodDescriptionIOFile[]IOFile.children()Returns the children of the path.IOFile[]IOFile.children(FileFilter filter) Returns the children of the path that match the specified filter.IOFile[]Returns the children of the path that match the specified regular expression.IOFile.normalize()Returns a native file path representation.IOFile.parent()Returns the parent of this file or directory ornullif there is no parent directory.Resolves two paths.Methods in org.basex.io with parameters of type IOFileModifier and TypeMethodDescriptionvoidCopies a file to another target.booleanRenames a file to the specified path.voidUnzips the archive to the specified directory.voidZip.zip(IOFile root, StringList files) Zips the specified files.Constructors in org.basex.io with parameters of type IOFile -
Uses of IOFile in org.basex.io.out
Constructors in org.basex.io.out with parameters of type IOFileModifierConstructorDescriptionBufferOutput(IOFile file) Constructor.DataOutput(IOFile input) Constructor, specifying a file.DataOutput(IOFile input, int bufsize) Constructor, specifying a file and a buffer size.PrintOutput(IOFile file) Constructor, given a filename. -
Uses of IOFile in org.basex.io.random
Constructors in org.basex.io.random with parameters of type IOFile -
Uses of IOFile in org.basex.query.func.unit
Methods in org.basex.query.func.unit with parameters of type IOFile -
Uses of IOFile in org.basex.query.util.pkg
Methods in org.basex.query.util.pkg that return IOFile -
Uses of IOFile in org.basex.server
Methods in org.basex.server that return IOFile -
Uses of IOFile in org.basex.util
Methods in org.basex.util that return IOFile -
Uses of IOFile in org.basex.util.options
Constructors in org.basex.util.options with parameters of type IOFile