public interface VaultFsTransaction
VaultFsTransaction
...Modifier and Type | Interface and Description |
---|---|
static class |
VaultFsTransaction.Info
the transaction info
|
static class |
VaultFsTransaction.Type |
Modifier and Type | Method and Description |
---|---|
VaultFileOutput |
add(java.lang.String path,
VaultInputSource input) |
java.util.Collection<VaultFsTransaction.Info> |
commit()
Commits the transaction and uploads all modifications to the repository.
|
void |
delete(VaultFile file) |
boolean |
isVerbose() |
void |
mkdir(java.lang.String path) |
void |
modify(VaultFile file,
VaultInputSource input) |
void |
setVerbose(boolean verbose) |
boolean isVerbose()
void setVerbose(boolean verbose)
void delete(VaultFile file) throws java.io.IOException
java.io.IOException
void modify(VaultFile file, VaultInputSource input) throws java.io.IOException
java.io.IOException
VaultFileOutput add(java.lang.String path, VaultInputSource input) throws java.io.IOException, RepositoryException
java.io.IOException
RepositoryException
void mkdir(java.lang.String path) throws java.io.IOException, RepositoryException
java.io.IOException
RepositoryException
java.util.Collection<VaultFsTransaction.Info> commit() throws RepositoryException, java.io.IOException
java.io.IOException
- if an I/O error occursRepositoryException
- if a repository error occurs"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"