public class DiffCommand extends BaseCommand<String>
Command for MongoMicroKernel#diff(String, String, String, int)nodeStore| Constructor and Description |
|---|
DiffCommand(MongoNodeStore nodeStore,
String fromRevision,
String toRevision,
String path,
int depth)
Constructs a
DiffCommandCommandMongo |
| Modifier and Type | Method and Description |
|---|---|
String |
execute()
Executes the
Command and returns its result. |
getNumOfRetries, needsRetry, needsRetrypublic DiffCommand(MongoNodeStore nodeStore, String fromRevision, String toRevision, String path, int depth)
DiffCommandCommandMongonodeStore - Node store.fromRevision - From revision id.toRevision - To revision id.path - Path.depth - Depth.Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.