| Package | Description |
|---|---|
| org.linguafranca.pwdb | |
| org.linguafranca.pwdb.base |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Database<D extends Database<D,G,E,I>,G extends Group<D,G,E,I>,E extends Entry<D,G,E,I>,I extends Icon>
Interface for a password database consisting of Groups, sub-Groups and Entries.
|
interface |
Entry<D extends Database<D,G,E,I>,G extends Group<D,G,E,I>,E extends Entry<D,G,E,I>,I extends Icon>
Interface for a Database Entry.
|
interface |
Group<D extends Database<D,G,E,I>,G extends Group<D,G,E,I>,E extends Entry<D,G,E,I>,I extends Icon>
Interface for a Database Group.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Entry.Matcher.matches(Entry entry) |
E |
Database.newEntry(Entry<?,?,?,?> entry)
Create a new Entry copying the details of the supplied entry
|
void |
Visitor.visit(Entry entry)
Called on visit to an entry
|
void |
Visitor.Default.visit(Entry entry) |
void |
Visitor.Print.visit(Entry entry) |
| Modifier and Type | Method and Description |
|---|---|
void |
Group.copy(Group<? extends Database,? extends Group,? extends Entry,? extends Icon> parent)
Make a deep copy of the children a group in this group.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDatabase<D extends Database<D,G,E,I>,G extends Group<D,G,E,I>,E extends Entry<D,G,E,I>,I extends Icon>
Base implementation of Database
|
class |
AbstractEntry<D extends Database<D,G,E,I>,G extends Group<D,G,E,I>,E extends Entry<D,G,E,I>,I extends Icon>
Base implementation of Entry
|
class |
AbstractGroup<D extends Database<D,G,E,I>,G extends AbstractGroup<D,G,E,I>,E extends Entry<D,G,E,I>,I extends Icon>
Base implementation of group
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEntry<D extends Database<D,G,E,I>,G extends Group<D,G,E,I>,E extends Entry<D,G,E,I>,I extends Icon>
Base implementation of Entry
|
| Modifier and Type | Method and Description |
|---|---|
E |
AbstractDatabase.newEntry(Entry<?,?,?,?> entry) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractGroup.copy(Group<? extends Database,? extends Group,? extends Entry,? extends Icon> parent) |
Copyright © 2018. All rights reserved.