| Package | Description |
|---|---|
| de.retest.ui.descriptors |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAttribute |
class |
OutlineAttribute |
class |
ParameterizedAttribute |
class |
PathAttribute |
class |
StringAttribute |
class |
SuffixAttribute |
| Modifier and Type | Field and Description |
|---|---|
List<Attribute> |
AttributesAdapter.PersistableAttributes.attribute |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
SuffixAttribute.applyChanges(Serializable actual) |
Attribute |
StringAttribute.applyChanges(Serializable actual) |
Attribute |
PathAttribute.applyChanges(Serializable actual) |
Attribute |
OutlineAttribute.applyChanges(Serializable actual) |
Attribute |
DefaultAttribute.applyChanges(Serializable actual) |
abstract Attribute |
Attribute.applyChanges(Serializable actual) |
Attribute |
AttributeDifference.applyChangeTo(Attribute attribute) |
Attribute |
IdentifyingAttributes.getAttribute(String key) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<Attribute> |
IdentifyingAttributes.createList(Path path,
String type) |
List<Attribute> |
IdentifyingAttributes.getAttributes() |
SortedMap<String,Attribute> |
AttributesAdapter.unmarshal(AttributesAdapter.PersistableAttributes toLoad) |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
AttributeDifference.applyChangeTo(Attribute attribute) |
int |
Attribute.compareTo(Attribute other) |
double |
StringAttribute.match(Attribute other) |
double |
PathAttribute.match(Attribute other) |
double |
OutlineAttribute.match(Attribute other) |
double |
DefaultAttribute.match(Attribute other) |
abstract double |
Attribute.match(Attribute other) |
| Modifier and Type | Method and Description |
|---|---|
AttributesAdapter.PersistableAttributes |
AttributesAdapter.marshal(SortedMap<String,Attribute> toPersist) |
protected IdentifyingAttributes |
IdentifyingAttributes.newInstance(Collection<Attribute> attributes) |
| Constructor and Description |
|---|
IdentifyingAttributes(Collection<Attribute> attributes) |
Copyright © 2018 ReTest GmbH. All rights reserved.