public class AtomicTransaction extends ScmTransaction
Constructor and Description |
---|
AtomicTransaction() |
AtomicTransaction(boolean synchronousCommit) |
Modifier and Type | Method and Description |
---|---|
void |
registerPath(String path) |
void |
registerPathForDeletion(String path) |
void |
registerRenamedPath(String oldPath,
String newPath) |
commit, defineCommitMessage
public AtomicTransaction(boolean synchronousCommit)
public AtomicTransaction()
public void registerPath(String path)
registerPath
in class ScmTransaction
public void registerPathForDeletion(String path)
registerPathForDeletion
in class ScmTransaction
public void registerRenamedPath(String oldPath, String newPath)
registerRenamedPath
in class ScmTransaction
Copyright © 2004-2016. All Rights Reserved.