Package org.apache.jackrabbit.vault.vlt
Class VltDirectory
java.lang.Object
org.apache.jackrabbit.vault.vlt.VltDirectory
VltDirectory...-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidapply(org.apache.jackrabbit.vault.vlt.actions.Action action, Collection<String> names, boolean nonRecursive) voidapplyWithRemote(org.apache.jackrabbit.vault.vlt.actions.Action action, String name, boolean nonRecursive) voidapplyWithRemote(org.apache.jackrabbit.vault.vlt.actions.Action action, Collection<String> names, boolean nonRecursive) voidapplyWithRemote(org.apache.jackrabbit.vault.vlt.actions.Action action, VaultFile remoteDir, Collection<String> names, boolean nonRecursive) voidapplyWithRemote(org.apache.jackrabbit.vault.vlt.actions.Action action, VltFile file, VaultFile remoteFile, boolean nonRecursive) voidvoidclose()voidfiles()getFiles()getPath()booleanvoidprepareCommit(VaultFsTransaction tx, Collection<String> names, boolean nonRecursive, boolean force) voidsync()voidvoidupdateComitted(String path, String fileName)
-
Field Details
-
META_DIR_NAME
- See Also:
-
-
Constructor Details
-
VltDirectory
- Throws:
VltException
-
-
Method Details
-
getParent
- Throws:
VltException
-
getAggregatePath
- Throws:
VltException
-
getContext
-
isControlled
public boolean isControlled() -
assertControlled
- Throws:
VltException
-
close
public void close() -
control
- Throws:
VltException
-
uncontrol
- Throws:
VltException
-
getMetaDirectory
-
getDirectory
-
getPath
-
getEntries
-
getRemoteDirectory
- Throws:
VltException
-
prepareCommit
public void prepareCommit(VaultFsTransaction tx, Collection<String> names, boolean nonRecursive, boolean force) throws VltException - Throws:
VltException
-
updateComitted
- Throws:
VltException
-
getFiles
-
apply
public void apply(org.apache.jackrabbit.vault.vlt.actions.Action action, String name, boolean nonRecursive) throws VltException - Throws:
VltException
-
apply
public void apply(org.apache.jackrabbit.vault.vlt.actions.Action action, Collection<String> names, boolean nonRecursive) throws VltException - Throws:
VltException
-
sync
- Throws:
VltException
-
applyWithRemote
public void applyWithRemote(org.apache.jackrabbit.vault.vlt.actions.Action action, Collection<String> names, boolean nonRecursive) throws VltException - Throws:
VltException
-
applyWithRemote
public void applyWithRemote(org.apache.jackrabbit.vault.vlt.actions.Action action, String name, boolean nonRecursive) throws VltException - Throws:
VltException
-
applyWithRemote
public void applyWithRemote(org.apache.jackrabbit.vault.vlt.actions.Action action, VaultFile remoteDir, Collection<String> names, boolean nonRecursive) throws VltException - Throws:
VltException
-
applyWithRemote
public void applyWithRemote(org.apache.jackrabbit.vault.vlt.actions.Action action, VltFile file, VaultFile remoteFile, boolean nonRecursive) throws VltException - Throws:
VltException
-
files
- Throws:
VltException
-