| Package | Description |
|---|---|
| de.slackspace.openkeepass.domain |
| Modifier and Type | Method and Description |
|---|---|
Entry |
KeePassFile.getEntryByTitle(String title)
Retrieves a single entry with an exactly matching title.
|
| Modifier and Type | Method and Description |
|---|---|
List<Entry> |
KeePassFile.getEntries()
Retrieves a list of all entries in the KeePass database.
|
List<Entry> |
Group.getEntries()
Retrieves all entries of this group.
|
List<Entry> |
KeePassFile.getEntriesByTitle(String title,
boolean matchExactly)
Retrieves a list of entries with matching titles.
|
List<Entry> |
KeePassFile.getTopEntries()
Retrieves all entries at the root level of a KeePass database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Group.setEntries(List<Entry> entries)
Sets the entries of this group.
|
Copyright © 2015. All rights reserved.