Uses of Class
org.basex.io.IOFile

Packages that use IOFile
org.basex.build Classes for creating new database instances. 
org.basex.core Database core classes. 
org.basex.core.cmd Database commands. 
org.basex.data Database structures. 
org.basex.gui.layout Project specific GUI components. 
org.basex.index Database Index structures. 
org.basex.io Input and Output classes. 
org.basex.io.out   
org.basex.io.random   
org.basex.query.util.pkg   
org.basex.server Server implementation. 
 

Uses of IOFile in org.basex.build
 

Constructors in org.basex.build with parameters of type IOFile
DirParser(IO source, Prop pr, IOFile path)
          Constructor.
 

Uses of IOFile in org.basex.core
 

Methods in org.basex.core that return IOFile
 IOFile MainProp.dbpath()
          Returns the current database path.
 IOFile MainProp.dbpath(java.lang.String db)
          Returns a reference to a database directory.
 

Uses of IOFile in org.basex.core.cmd
 

Methods in org.basex.core.cmd with parameters of type IOFile
static boolean DropDB.drop(IOFile path)
          Drops a database directory.
static boolean DropDB.drop(IOFile path, java.lang.String pat)
          Recursively drops files in database directory with the specified pattern.
static void Store.store(org.xml.sax.InputSource in, IOFile file)
          Stores the specified source to the specified file.
 

Uses of IOFile in org.basex.data
 

Fields in org.basex.data declared as IOFile
 IOFile MetaData.path
          Database path.
 

Methods in org.basex.data that return IOFile
 IOFile MetaData.binaries()
          Returns the binary directory.
 IOFile MetaData.binary(java.lang.String pth)
          Returns the specified binary file, or null if the resource path cannot be resolved (e.g.
 IOFile MetaData.dbfile(java.lang.String fn)
          Returns a file instance for the specified database file.
static IOFile MetaData.file(IOFile path, java.lang.String fn)
          Creates a database file.
 IOFile DiskData.updateFile()
          Returns a file that indicates ongoing updates.
 

Methods in org.basex.data with parameters of type IOFile
static IOFile MetaData.file(IOFile path, java.lang.String fn)
          Creates a database file.
 

Uses of IOFile in org.basex.gui.layout
 

Methods in org.basex.gui.layout that return IOFile
 IOFile BaseXFileChooser.select(BaseXFileChooser.Mode mode)
          Selects a file or directory.
 IOFile[] BaseXFileChooser.selectAll(BaseXFileChooser.Mode mode)
          Selects a file or directory.
 

Uses of IOFile in org.basex.index
 

Methods in org.basex.index with parameters of type IOFile
 void IdPreMap.write(IOFile f)
          Write the map to the specified file.
 

Constructors in org.basex.index with parameters of type IOFile
IdPreMap(IOFile f)
          Construct a map by reading it from a file.
 

Uses of IOFile in org.basex.io
 

Methods in org.basex.io that return IOFile
 IOFile[] IOFile.children()
          Returns the children of the path.
 IOFile[] IOFile.children(java.lang.String regex)
          Returns the children of the path that match the specified regular expression.
 IOFile IOFile.dir()
          Returns a directory reference.
static IOFile IOFile.get(java.lang.String url)
          Normalizes the specified URL and creates a new IOFile instance.
 

Methods in org.basex.io with parameters of type IOFile
 void IOFile.copyTo(IOFile trg)
          Copies a file to another target.
 boolean IOFile.rename(IOFile trg)
          Renames the file to the specified name.
 void Zip.unzip(IOFile target)
          Unzips the archive to the specified directory.
 void Zip.zip(IOFile root, StringList files)
          Zips the specified files.
 

Constructors in org.basex.io with parameters of type IOFile
IOFile(IOFile dir, java.lang.String n)
          Constructor.
 

Uses of IOFile in org.basex.io.out
 

Constructors in org.basex.io.out with parameters of type IOFile
DataOutput(IOFile db)
          Constructor, specifying a file.
DataOutput(IOFile db, int bufs)
          Constructor, specifying a file and a buffer size.
 

Uses of IOFile in org.basex.io.random
 

Constructors in org.basex.io.random with parameters of type IOFile
DataAccess(IOFile f)
          Constructor, initializing the file reader.
 

Uses of IOFile in org.basex.query.util.pkg
 

Methods in org.basex.query.util.pkg that return IOFile
static IOFile RepoManager.file(java.lang.String name, Repo repo)
          Looks for a file with the specified name.
 IOFile Repo.path()
          Returns the path to the repository.
 IOFile Repo.path(java.lang.String pkg)
          Returns the path to the specified repository package.
 

Uses of IOFile in org.basex.server
 

Methods in org.basex.server that return IOFile
 IOFile Log.dir()
          Returns a reference to the log directory.
 IOFile[] Log.files()
          Returns all log files.