Uses of Class
org.apache.jackrabbit.vault.vlt.VltException
-
Packages that use VltException Package Description org.apache.jackrabbit.vault.vlt org.apache.jackrabbit.vault.vlt.meta -
-
Uses of VltException in org.apache.jackrabbit.vault.vlt
Methods in org.apache.jackrabbit.vault.vlt that return VltException Modifier and Type Method Description VltException
VltContext. error(String path, String msg)
VltException
VltContext. exception(String path, String msg, Throwable cause)
Methods in org.apache.jackrabbit.vault.vlt with parameters of type VltException Modifier and Type Method Description void
VltContext. printError(VltException e)
Methods in org.apache.jackrabbit.vault.vlt that throw VltException Modifier and Type Method Description FileAction
VltFile. add(boolean force)
void
VltDirectory. apply(org.apache.jackrabbit.vault.vlt.actions.Action action, String name, boolean nonRecursive)
void
VltDirectory. apply(org.apache.jackrabbit.vault.vlt.actions.Action action, Collection<String> names, boolean nonRecursive)
void
VltDirectory. applyWithRemote(org.apache.jackrabbit.vault.vlt.actions.Action action, String name, boolean nonRecursive)
void
VltDirectory. applyWithRemote(org.apache.jackrabbit.vault.vlt.actions.Action action, Collection<String> names, boolean nonRecursive)
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)
void
VltDirectory. assertControlled()
FileAction
VltFile. commit(VaultFile remoteFile)
void
VltDirectory. control(String path, String aPath)
static MetaDirectory
VltContext. createMetaDirectory(File base)
FileAction
VltFile. delete(boolean force)
VltDirectory
VltFile. descend()
void
VltFile. diff()
boolean
VltContext. execute(org.apache.jackrabbit.vault.vlt.actions.Action action)
FileList
VltDirectory. files()
String
VltDirectory. getAggregatePath()
MetaFile
VltFile. getBaseFile(boolean create)
VaultFileSystem
VltContext. getFileSystem(RepositoryAddress mountpoint)
RepositoryAddress
VltContext. getMountpoint()
VltDirectory
VltDirectory. getParent()
Properties
VltFile. getProperties()
String
VltFile. getProperty(String name)
VaultFile
VltDirectory. getRemoteDirectory(VltContext ctx)
VltFile.State
VltFile. getStatus()
MetaFile
VltFile. getTmpFile()
void
VltDirectory. prepareCommit(VaultFsTransaction tx, Collection<String> names, boolean nonRecursive, boolean force)
void
VltContext. printRemoteStatus(VltFile file, FileAction action)
void
VltContext. printStatus(VltFile file)
boolean
VltFile. resolved(boolean force)
boolean
VltFile. revert()
void
VltContext. setFsRoot(VltDirectory dir)
Sets the filesystem root to the aggregate path defined by the entries of the given directory.void
VltContext. setMountpoint(RepositoryAddress addr)
void
VltFile. setProperty(String name, String value)
FileAction
VltFile. status(VaultFile remoteFile)
void
VltDirectory. sync()
void
VltDirectory. uncontrol()
FileAction
VltFile. update(VaultFile remoteFile, boolean force)
void
VltDirectory. updateComitted(String path, String fileName)
Constructors in org.apache.jackrabbit.vault.vlt that throw VltException Constructor Description FileList(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 VltException Modifier and Type Method Description VltEntries
MetaDirectory. getEntries()
Returns the entries that are recorded in this meta directoryIgnored
Ignored. scan(File dir)
-