public class MoveTracker extends Object
Root.commit(java.util.Map<java.lang.String, java.lang.Object>).| Constructor and Description |
|---|
MoveTracker()
Create a new
MoveTracker |
| Modifier and Type | Method and Description |
|---|---|
void |
addMove(String sourcePath,
String destPath) |
void |
clear() |
boolean |
containsMove(String path) |
String |
getDestPath(String sourcePath) |
String |
getSourcePath(String destPath) |
boolean |
isEmpty() |
public boolean isEmpty()
@CheckForNull public String getSourcePath(String destPath)
@CheckForNull public String getDestPath(String sourcePath)
public boolean containsMove(@CheckForNull String path)
public void clear()
Copyright © 2012–2017 The Apache Software Foundation. All rights reserved.