Uses of Interface
org.apache.jackrabbit.vault.fs.api.VaultFile
- 
- 
Uses of VaultFile in org.apache.jackrabbit.vault.cliMethods in org.apache.jackrabbit.vault.cli that return VaultFile Modifier and Type Method Description protected VaultFileVaultFsApp. 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.fsMethods in org.apache.jackrabbit.vault.fs with parameters of type VaultFile Modifier and Type Method Description static VaultFileCopyVaultFileCopy. copy(VaultFile remote, File local)static VaultFileCopyVaultFileCopy. 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.apiMethods in org.apache.jackrabbit.vault.fs.api that return VaultFile Modifier and Type Method Description VaultFileVaultFile. getChild(String name)Returns the child with the given name ornullVaultFileVaultFileSystem. getFile(String path)Returns the file at the given path.VaultFileVaultFileSystem. getFile(VaultFile parent, String path)Returns the file at the given path.VaultFileVaultFile. getParent()Returns the parent file ornullif this is the root file.VaultFileVaultFileSystem. 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 voidVaultFsTransaction. delete(VaultFile file)VaultFileVaultFileSystem. getFile(VaultFile parent, String path)Returns the file at the given path.voidVaultFsTransaction. modify(VaultFile file, VaultInputSource input)
- 
Uses of VaultFile in org.apache.jackrabbit.vault.fs.implClasses in org.apache.jackrabbit.vault.fs.impl that implement VaultFile Modifier and Type Class Description classVaultFileImplImplements 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 VaultFileVaultFileSystemImpl. getFile(String path)VaultFileVaultFileSystemImpl. getFile(VaultFile parent, String path)VaultFileVaultFileSystemImpl. 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 voidTransactionImpl. delete(VaultFile file)VaultFileVaultFileSystemImpl. getFile(VaultFile parent, String path)voidTransactionImpl. 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.ioMethods in org.apache.jackrabbit.vault.fs.io with parameters of type VaultFile Modifier and Type Method Description abstract voidAbstractExporter. createDirectory(VaultFile file, String relPath)voidJarExporter. createDirectory(VaultFile file, String relPath)voidJcrExporter. createDirectory(VaultFile file, String relPath)voidPlatformExporter. createDirectory(VaultFile file, String relPath)voidAbstractExporter. export(VaultFile parent)Exports the given vault file and writes the META-INF data.voidAbstractExporter. export(VaultFile parent, boolean noClose)Exports the given vault file and writes the META-INF data.voidAbstractExporter. export(VaultFile parent, String relPath)Exports the vault file to the relative path.protected StringAbstractExporter. getPlatformFilePath(VaultFile file, String relPath)abstract voidAbstractExporter. writeFile(VaultFile file, String relPath)voidJarExporter. writeFile(VaultFile file, String relPath)voidJcrExporter. writeFile(VaultFile file, String relPath)voidPlatformExporter. writeFile(VaultFile file, String relPath)
- 
Uses of VaultFile in org.apache.jackrabbit.vault.vltMethods in org.apache.jackrabbit.vault.vlt that return VaultFile Modifier and Type Method Description VaultFileVltDirectory. getRemoteDirectory(VltContext ctx)Methods in org.apache.jackrabbit.vault.vlt with parameters of type VaultFile Modifier and Type Method Description voidVltDirectory. applyWithRemote(org.apache.jackrabbit.vault.vlt.actions.Action action, VaultFile remoteDir, Collection<String> names, boolean nonRecursive)voidVltDirectory. applyWithRemote(org.apache.jackrabbit.vault.vlt.actions.Action action, VltFile file, VaultFile remoteFile, boolean nonRecursive)FileActionVltFile. commit(VaultFile remoteFile)FileActionVltFile. status(VaultFile remoteFile)FileActionVltFile. update(VaultFile remoteFile, boolean force)
- 
Uses of VaultFile in org.apache.jackrabbit.vault.vlt.metaMethods in org.apache.jackrabbit.vault.vlt.meta with parameters of type VaultFile Modifier and Type Method Description booleanVltEntryInfo. checkModified(VaultFile remoteFile)
 
-