Uses of Interface
org.apache.jackrabbit.vault.fs.api.VaultFile
Packages that use VaultFile
Package
Description
-
Uses of VaultFile in org.apache.jackrabbit.vault.cli
Methods in org.apache.jackrabbit.vault.cli that return VaultFileModifier and TypeMethodDescriptionprotected VaultFileVaultFsApp.getVaultFile(String path, boolean mustExist) Constructors in org.apache.jackrabbit.vault.cli with parameters of type VaultFileModifierConstructorDescriptionVaultFsCFile(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 VaultFileConstructors in org.apache.jackrabbit.vault.fs with parameters of type VaultFileModifierConstructorDescriptionCreates 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 VaultFileModifier and TypeMethodDescriptionReturns the child with the given name ornullReturns the file at the given path.Returns the file at the given path.VaultFile.getParent()Returns the parent file ornullif this is the root file.VaultFileSystem.getRoot()Returns the root fileMethods in org.apache.jackrabbit.vault.fs.api that return types with arguments of type VaultFileModifier and TypeMethodDescriptionCollection<? 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 -
Uses of VaultFile in org.apache.jackrabbit.vault.fs.impl
Classes in org.apache.jackrabbit.vault.fs.impl that implement VaultFileModifier and TypeClassDescriptionclassImplements 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 VaultFileMethods in org.apache.jackrabbit.vault.fs.impl that return types with arguments of type VaultFileModifier and TypeMethodDescriptionCollection<? extends VaultFile>VaultFileImpl.getChildren()Collection<? extends VaultFile>VaultFileImpl.getRelated()Methods in org.apache.jackrabbit.vault.fs.impl with parameters of type VaultFileModifier and TypeMethodDescriptionvoidvoidTransactionImpl.modify(VaultFile file, VaultInputSource input) Constructors in org.apache.jackrabbit.vault.fs.impl with parameters of type VaultFileModifierConstructorDescriptionChange(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 VaultFileModifier and TypeMethodDescriptionabstract voidAbstractExporter.createDirectory(VaultFile file, String relPath) voidJarExporter.createDirectory(VaultFile file, String relPath) voidJcrExporter.createDirectory(VaultFile file, String relPath) voidPlatformExporter.createDirectory(VaultFile file, String relPath) voidExports the given vault file and writes the META-INF data.voidExports the given vault file and writes the META-INF data.voidExports the vault file to the relative path.protected StringAbstractExporter.getPlatformFilePath(VaultFile file, String relPath) abstract voidvoidvoidvoid -
Uses of VaultFile in org.apache.jackrabbit.vault.vlt
Methods in org.apache.jackrabbit.vault.vlt that return VaultFileMethods in org.apache.jackrabbit.vault.vlt with parameters of type VaultFileModifier and TypeMethodDescriptionvoidVltDirectory.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) -
Uses of VaultFile in org.apache.jackrabbit.vault.vlt.meta
Methods in org.apache.jackrabbit.vault.vlt.meta with parameters of type VaultFile