| Package | Description |
|---|---|
| de.slackspace.openkeepass.domain | |
| de.slackspace.openkeepass.domain.zipper |
| Modifier and Type | Method and Description |
|---|---|
Group |
GroupBuilder.build() |
Group |
KeePassFile.getGroupByName(String name)
Retrieves a single group with an exactly matching name.
|
Group |
KeePassFile.getRoot()
Retrieves the root group of a KeePass database.
|
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
KeePassFile.getGroups()
Retrieves a list of all groups in the KeePass database.
|
List<Group> |
Group.getGroups()
Retrieves all subgroups of this group.
|
List<Group> |
KeePassFile.getGroupsByName(String name,
boolean matchExactly)
Retrieves a list of group with matching names.
|
List<Group> |
KeePassFile.getTopGroups()
Retrieves all groups at the root level of a KeePass database.
|
| Modifier and Type | Method and Description |
|---|---|
GroupBuilder |
GroupBuilder.addGroup(Group group) |
KeePassFileBuilder |
KeePassFileBuilder.addTopGroups(Group... groups)
Adds the given groups right under the root node.
|
GroupBuilder |
GroupBuilder.removeGroup(Group group) |
| Constructor and Description |
|---|
GroupBuilder(Group group) |
| Modifier and Type | Method and Description |
|---|---|
Group |
GroupZipper.getNode()
Returns the current node.
|
Group |
GroupZipper.getRoot()
Returns the root node of the tree.
|
| Modifier and Type | Method and Description |
|---|---|
GroupZipper |
GroupZipper.replace(Group group)
Replaces the current node with the given one.
|
Copyright © 2016. All rights reserved.