| Package | Description |
|---|---|
| de.slackspace.openkeepass.domain | |
| de.slackspace.openkeepass.domain.zipper |
| Modifier and Type | Method and Description |
|---|---|
GroupZipper |
KeePassFileBuilder.getZipper()
Returns a
GroupZipper with the structure of the builders KeePassFile as underlying data. |
| Modifier and Type | Method and Description |
|---|---|
GroupZipper |
GroupZipper.down()
Navigates down the tree to the first child node of the current node.
|
GroupZipper |
GroupZipper.left()
Navigates left the tree to the previous node at the same level.
|
GroupZipper |
GroupZipper.replace(Group group)
Replaces the current node with the given one.
|
GroupZipper |
GroupZipper.replaceMeta(Meta meta)
Replaces the meta with the given one.
|
GroupZipper |
GroupZipper.right()
Navigates right the tree to the next node at the same level.
|
GroupZipper |
GroupZipper.up()
Navigates up the tree to the parent node of the current node.
|
Copyright © 2016. All rights reserved.