Uses of Class
org.apache.jackrabbit.vault.vlt.VltException
Packages that use VltException
-
Uses of VltException in org.apache.jackrabbit.vault.vlt
Methods in org.apache.jackrabbit.vault.vlt that return VltExceptionModifier and TypeMethodDescriptionMethods in org.apache.jackrabbit.vault.vlt with parameters of type VltExceptionMethods in org.apache.jackrabbit.vault.vlt that throw VltExceptionModifier and TypeMethodDescriptionVltFile.add(boolean force) voidVltDirectory.apply(org.apache.jackrabbit.vault.vlt.actions.Action action, String name, boolean nonRecursive) voidVltDirectory.apply(org.apache.jackrabbit.vault.vlt.actions.Action action, Collection<String> names, boolean nonRecursive) voidVltDirectory.applyWithRemote(org.apache.jackrabbit.vault.vlt.actions.Action action, String name, boolean nonRecursive) voidVltDirectory.applyWithRemote(org.apache.jackrabbit.vault.vlt.actions.Action action, Collection<String> names, boolean nonRecursive) 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) voidVltDirectory.assertControlled()voidstatic MetaDirectoryVltContext.createMetaDirectory(File base) VltFile.delete(boolean force) VltFile.descend()voidVltFile.diff()booleanVltContext.execute(org.apache.jackrabbit.vault.vlt.actions.Action action) VltDirectory.files()VltDirectory.getAggregatePath()VltFile.getBaseFile(boolean create) VltContext.getFileSystem(RepositoryAddress mountpoint) VltContext.getMountpoint()VltDirectory.getParent()VltFile.getProperties()VltFile.getProperty(String name) VltDirectory.getRemoteDirectory(VltContext ctx) VltFile.getStatus()VltFile.getTmpFile()voidVltDirectory.prepareCommit(VaultFsTransaction tx, Collection<String> names, boolean nonRecursive, boolean force) voidVltContext.printRemoteStatus(VltFile file, FileAction action) voidVltContext.printStatus(VltFile file) booleanVltFile.resolved(boolean force) booleanVltFile.revert()voidVltContext.setFsRoot(VltDirectory dir) Sets the filesystem root to the aggregate path defined by the entries of the given directory.voidVltContext.setMountpoint(RepositoryAddress addr) voidVltFile.setProperty(String name, String value) voidVltDirectory.sync()voidVltDirectory.uncontrol()voidVltDirectory.updateComitted(String path, String fileName) Constructors in org.apache.jackrabbit.vault.vlt that throw VltExceptionModifierConstructorDescriptionFileList(VltDirectory dir, VltEntries entries) VltDirectory(VltContext ctx, File directory) VltFile(VltDirectory parent, String name, VltEntry entry) -
Uses of VltException in org.apache.jackrabbit.vault.vlt.meta
Methods in org.apache.jackrabbit.vault.vlt.meta that throw VltExceptionModifier and TypeMethodDescriptionMetaDirectory.getEntries()Returns the entries that are recorded in this meta directory