Uses of Interface
org.apache.jackrabbit.vault.fs.api.VaultFile
-
-
Uses of VaultFile in org.apache.jackrabbit.vault.cli
Methods in org.apache.jackrabbit.vault.cli that return VaultFile Modifier and Type Method Description protected VaultFile
VaultFsApp. getVaultFile(String path, boolean mustExist)
Constructors in org.apache.jackrabbit.vault.cli with parameters of type VaultFile Constructor Description VaultFsCFile(VaultFile file)
VaultFsExecutionContext(VaultFsApp app, String name, VaultFile rootFile)
-
Uses of VaultFile in org.apache.jackrabbit.vault.fs
Methods in org.apache.jackrabbit.vault.fs with parameters of type VaultFile Modifier and Type Method Description static VaultFileCopy
VaultFileCopy. copy(VaultFile remote, File local)
static VaultFileCopy
VaultFileCopy. copy(VaultFile remote, File local, byte[] lineFeed)
Constructors in org.apache.jackrabbit.vault.fs with parameters of type VaultFile Constructor Description VaultFileInputStream(VaultFile file)
Creates a new input stream on the given file. -
Uses of VaultFile in org.apache.jackrabbit.vault.fs.api
Methods in org.apache.jackrabbit.vault.fs.api that return VaultFile Modifier and Type Method Description VaultFile
VaultFile. getChild(String name)
Returns the child with the given name ornull
VaultFile
VaultFileSystem. getFile(String path)
Returns the file at the given path.VaultFile
VaultFileSystem. getFile(VaultFile parent, String path)
Returns the file at the given path.VaultFile
VaultFile. getParent()
Returns the parent file ornull
if this is the root file.VaultFile
VaultFileSystem. getRoot()
Returns the root fileMethods in org.apache.jackrabbit.vault.fs.api that return types with arguments of type VaultFile Modifier and Type Method Description Collection<? extends VaultFile>
VaultFile. getChildren()
Returns a collection of the childrenCollection<? extends VaultFile>
VaultFile. getRelated()
Returns the os file set for this file.Methods in org.apache.jackrabbit.vault.fs.api with parameters of type VaultFile Modifier and Type Method Description void
VaultFsTransaction. delete(VaultFile file)
VaultFile
VaultFileSystem. getFile(VaultFile parent, String path)
Returns the file at the given path.void
VaultFsTransaction. modify(VaultFile file, VaultInputSource input)
-
Uses of VaultFile in org.apache.jackrabbit.vault.fs.impl
Classes in org.apache.jackrabbit.vault.fs.impl that implement VaultFile Modifier and Type Class Description class
VaultFileImpl
Implements the bridge between the repository based artifacts nodes and their file system representation as a collection of artifacts.Methods in org.apache.jackrabbit.vault.fs.impl that return VaultFile Modifier and Type Method Description VaultFile
VaultFileSystemImpl. getFile(String path)
VaultFile
VaultFileSystemImpl. getFile(VaultFile parent, String path)
VaultFile
VaultFileSystemImpl. getRoot()
Methods in org.apache.jackrabbit.vault.fs.impl that return types with arguments of type VaultFile Modifier and Type Method Description Collection<? extends VaultFile>
VaultFileImpl. getChildren()
Collection<? extends VaultFile>
VaultFileImpl. getRelated()
Methods in org.apache.jackrabbit.vault.fs.impl with parameters of type VaultFile Modifier and Type Method Description void
TransactionImpl. delete(VaultFile file)
VaultFile
VaultFileSystemImpl. getFile(VaultFile parent, String path)
void
TransactionImpl. modify(VaultFile file, VaultInputSource input)
Constructors in org.apache.jackrabbit.vault.fs.impl with parameters of type VaultFile Constructor Description Change(VaultFsTransaction.Type type, VaultFile file, VaultInputSource input)
-
Uses of VaultFile in org.apache.jackrabbit.vault.fs.io
Methods in org.apache.jackrabbit.vault.fs.io with parameters of type VaultFile Modifier and Type Method Description abstract void
AbstractExporter. createDirectory(VaultFile file, String relPath)
void
JarExporter. createDirectory(VaultFile file, String relPath)
void
JcrExporter. createDirectory(VaultFile file, String relPath)
void
PlatformExporter. createDirectory(VaultFile file, String relPath)
void
AbstractExporter. export(VaultFile parent)
Exports the given vault file and writes the META-INF data.void
AbstractExporter. export(VaultFile parent, boolean noClose)
Exports the given vault file and writes the META-INF data.void
AbstractExporter. export(VaultFile parent, String relPath)
Exports the vault file to the relative path.protected String
AbstractExporter. getPlatformFilePath(VaultFile file, String relPath)
abstract void
AbstractExporter. writeFile(VaultFile file, String relPath)
void
JarExporter. writeFile(VaultFile file, String relPath)
void
JcrExporter. writeFile(VaultFile file, String relPath)
void
PlatformExporter. writeFile(VaultFile file, String relPath)
-
Uses of VaultFile in org.apache.jackrabbit.vault.vlt
Methods in org.apache.jackrabbit.vault.vlt that return VaultFile Modifier and Type Method Description VaultFile
VltDirectory. getRemoteDirectory(VltContext ctx)
Methods in org.apache.jackrabbit.vault.vlt with parameters of type VaultFile Modifier and Type Method Description void
VltDirectory. applyWithRemote(org.apache.jackrabbit.vault.vlt.actions.Action action, VaultFile remoteDir, Collection<String> names, boolean nonRecursive)
void
VltDirectory. applyWithRemote(org.apache.jackrabbit.vault.vlt.actions.Action action, VltFile file, VaultFile remoteFile, boolean nonRecursive)
FileAction
VltFile. commit(VaultFile remoteFile)
FileAction
VltFile. status(VaultFile remoteFile)
FileAction
VltFile. update(VaultFile remoteFile, boolean force)
-
Uses of VaultFile in org.apache.jackrabbit.vault.vlt.meta
Methods in org.apache.jackrabbit.vault.vlt.meta with parameters of type VaultFile Modifier and Type Method Description boolean
VltEntryInfo. checkModified(VaultFile remoteFile)
-