| Package | Description |
|---|---|
| org.echocat.locela.api.java.messages | |
| org.echocat.locela.api.java.properties |
| Modifier and Type | Method and Description |
|---|---|
Property<?> |
PropertyMessage.property() |
| Modifier and Type | Method and Description |
|---|---|
static PropertyMessage |
PropertyMessage.messageFor(Locale locale,
Property<?> property) |
static PropertyMessage |
PropertyMessage.messageFor(Locale locale,
Property<?> property,
FormatterFactory<?> formatterFactory) |
protected PropertyMessage |
PropertiesMessages.propertyMessageFor(Property<?> property) |
| Constructor and Description |
|---|
PropertyMessage(Locale locale,
Property<?> property,
FormatterFactory<?> formatterFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
PropertySupport<V> |
class |
StandardProperty<V> |
| Modifier and Type | Method and Description |
|---|---|
protected Property<String> |
StandardPropertyParser.createPropertyBy(Iterable<Annotation> annotations,
String id,
String content) |
Property<V> |
Properties.get(String id) |
Property<V> |
StandardProperties.get(String id) |
Property<String> |
StandardPropertyParser.parse(String plain,
Iterable<Annotation> annotations) |
Property<String> |
PropertyParser.parse(String plain,
Iterable<Annotation> annotations) |
Property<V> |
Property.set(V content) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Iterable<? extends Property<V>> |
PropertiesSupport.getProperties() |
protected Iterable<? extends Property<V>> |
StandardProperties.getProperties() |
protected Map<String,Property<V>> |
StandardProperties.idToProperty() |
Iterator<Property<V>> |
PropertiesSupport.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
Properties.add(Property<? extends V> property) |
void |
StandardProperties.add(Property<? extends V> property) |
String |
StandardPropertyFormatter.format(Property<String> property) |
String |
PropertyFormatter.format(Property<String> property) |
static <V> StandardProperties<V> |
StandardProperties.properties(Property<V>... properties) |
StandardProperties<V> |
StandardProperties.withProperties(Property<?>... properties) |
protected void |
StandardPropertiesWriter.writeProperty(Property<String> property,
Writer to) |
| Modifier and Type | Method and Description |
|---|---|
StandardProperties<V> |
StandardProperties.withProperties(Iterable<? extends Property<? extends V>> properties) |
Copyright © 2023 echocat. All rights reserved.