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(String path,
VaultInputSource input) |
Collection<VaultFsTransaction.Info> |
commit()
Commits the transaction and uploads all modifications to the repository.
|
void |
delete(VaultFile file) |
boolean |
isVerbose() |
void |
mkdir(String path) |
void |
modify(VaultFile file,
VaultInputSource input) |
void |
setVerbose(boolean verbose) |
boolean isVerbose()
void setVerbose(boolean verbose)
void delete(VaultFile file) throws IOException
IOExceptionvoid modify(VaultFile file, VaultInputSource input) throws IOException
IOExceptionVaultFileOutput add(String path, VaultInputSource input) throws IOException, RepositoryException
IOExceptionRepositoryExceptionvoid mkdir(String path) throws IOException, RepositoryException
IOExceptionRepositoryExceptionCollection<VaultFsTransaction.Info> commit() throws RepositoryException, IOException
IOException - if an I/O error occursRepositoryException - if a repository error occursCopyright © 2010 - 2020 Adobe. All Rights Reserved