| 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(java.util.Locale locale,
Property<?> property) |
static PropertyMessage |
PropertyMessage.messageFor(java.util.Locale locale,
Property<?> property,
FormatterFactory<?> formatterFactory) |
protected PropertyMessage |
PropertiesMessages.propertyMessageFor(Property<?> property) |
| Constructor and Description |
|---|
PropertyMessage(java.util.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<java.lang.String> |
StandardPropertyParser.createPropertyBy(java.lang.Iterable<Annotation> annotations,
java.lang.String id,
java.lang.String content) |
Property<V> |
StandardProperties.get(java.lang.String id) |
Property<V> |
Properties.get(java.lang.String id) |
Property<java.lang.String> |
StandardPropertyParser.parse(java.lang.String plain,
java.lang.Iterable<Annotation> annotations) |
Property<java.lang.String> |
PropertyParser.parse(java.lang.String plain,
java.lang.Iterable<Annotation> annotations) |
Property<V> |
Property.set(V content) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Iterable<? extends Property<V>> |
StandardProperties.getProperties() |
protected abstract java.lang.Iterable<? extends Property<V>> |
PropertiesSupport.getProperties() |
protected java.util.Map<java.lang.String,Property<V>> |
StandardProperties.idToProperty() |
java.util.Iterator<Property<V>> |
PropertiesSupport.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardProperties.add(Property<? extends V> property) |
void |
Properties.add(Property<? extends V> property) |
java.lang.String |
StandardPropertyFormatter.format(Property<java.lang.String> property) |
java.lang.String |
PropertyFormatter.format(Property<java.lang.String> property) |
static <V> StandardProperties<V> |
StandardProperties.properties(Property<V>... properties) |
StandardProperties<V> |
StandardProperties.withProperties(Property<?>... properties) |
protected void |
StandardPropertiesWriter.writeProperty(Property<java.lang.String> property,
java.io.Writer to) |
| Modifier and Type | Method and Description |
|---|---|
StandardProperties<V> |
StandardProperties.withProperties(java.lang.Iterable<? extends Property<? extends V>> properties) |
Copyright © 2015 echocat. All Rights Reserved.