| Package | Description |
|---|---|
| de.slackspace.openkeepass.domain |
| Modifier and Type | Method and Description |
|---|---|
Group |
KeePassFile.getRoot()
Retrieves the root group of a KeePass database.
|
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
Group.getGroups()
Retrieves all subgroups of this group.
|
List<Group> |
KeePassFile.getTopGroups()
Retrieves all groups at the root level of a KeePass database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeePassFile.setRoot(Group root)
Sets the root group of a KeePass database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Group.setGroups(List<Group> groups) |
Copyright © 2015. All rights reserved.