| Package | Description |
|---|---|
| de.slackspace.openkeepass.domain |
| Modifier and Type | Method and Description |
|---|---|
Entry |
EntryBuilder.build()
Builds a new entry with the values from the builder.
|
Entry |
EntryBuilder.buildWithHistory()
Builds a new entry and place the original one in the history list.
|
Entry |
KeePassFile.getEntryByTitle(String title)
Retrieves a single entry with an exactly matching title.
|
Entry |
Group.getEntryByTitle(String title)
Retrieves the entry with the given title.
|
Entry |
KeePassFile.getEntryByUUID(UUID UUID)
Retrieves an entry based on its UUID.
|
| 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> |
History.getHistoricEntries() |
List<Entry> |
KeePassFile.getTopEntries()
Retrieves all entries at the root level of a KeePass database.
|
| Modifier and Type | Method and Description |
|---|---|
GroupBuilder |
GroupBuilder.addEntry(Entry entry) |
KeePassFileBuilder |
KeePassFileBuilder.addTopEntries(Entry... entries)
Add the given entries right under the root node.
|
GroupBuilder |
GroupBuilder.removeEntry(Entry entry) |
| Constructor and Description |
|---|
EntryBuilder(Entry entry)
Initializes the builder with values from the given entry.
|
Copyright © 2016. All rights reserved.