| Class | Description |
|---|---|
| AddNodeInstructionImpl |
Implementation of the add node operation => "+" STRING ":" (OBJECT).
|
| BaseInstruction |
Base instruction implementation.
|
| CommitCommandInstructionVisitor |
This class reads in the instructions generated from JSON, applies basic checks
and creates a node map for
CommitCommandMongo to work on later. |
| CopyNodeInstructionImpl |
Implementation of the copy node operation => "*" STRING ":" STRING
|
| MoveNodeInstructionImpl |
Implementation of the move node operation => ">" STRING ":" STRING
|
| RemoveNodeInstructionImpl |
Implementation for the remove node operation => "-" STRING
|
| SetPropertyInstructionImpl |
Implementation for the set property operation => "^" STRING ":" ATOM | ARRAY
|
Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.