Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

A

add(Property<? extends V>) - Method in interface org.echocat.locela.api.java.properties.Properties
 
add(Property<? extends V>) - Method in class org.echocat.locela.api.java.properties.StandardProperties
 
addAll(C, T...) - Static method in class org.echocat.locela.api.java.utils.CollectionUtils
 
addAll(C, Iterable<T>) - Static method in class org.echocat.locela.api.java.utils.CollectionUtils
 
addAll(C, Iterator<T>) - Static method in class org.echocat.locela.api.java.utils.CollectionUtils
 
addAnnotation(Annotation) - Method in interface org.echocat.locela.api.java.annotations.AnnotationContainer
 
addAnnotation(Annotation) - Method in class org.echocat.locela.api.java.annotations.AnnotationContainerSupport
 
addAnnotations(Iterable<? extends Annotation>) - Method in class org.echocat.locela.api.java.annotations.AnnotationContainerSupport
 
addAnnotations(Annotation...) - Method in class org.echocat.locela.api.java.annotations.AnnotationContainerSupport
 
addIfExists(Locale, FileAccessor, String, List<Messages>) - Method in class org.echocat.locela.api.java.messages.RecursiveMessagesProvider
 
allowedLocales() - Method in class org.echocat.locela.api.java.support.StandardLocaleNormalizer
 
annotaionFactoryProvider() - Static method in class org.echocat.locela.api.java.annotations.StandardAnnotationFactoryProvider
 
Annotation - Interface in org.echocat.locela.api.java.annotations
 
Annotation.Factory<T extends Annotation> - Interface in org.echocat.locela.api.java.annotations
 
Annotation.Factory.Provider - Interface in org.echocat.locela.api.java.annotations
 
Annotation.Factory.Provider.UnknownAnnotationException - Exception in org.echocat.locela.api.java.annotations
 
AnnotationContainer - Interface in org.echocat.locela.api.java.annotations
 
AnnotationContainerSupport - Class in org.echocat.locela.api.java.annotations
 
AnnotationContainerSupport() - Constructor for class org.echocat.locela.api.java.annotations.AnnotationContainerSupport
 
annotationFactoryProvider() - Method in class org.echocat.locela.api.java.annotations.AnnotationParser
 
AnnotationFormatter - Class in org.echocat.locela.api.java.annotations
 
AnnotationFormatter() - Constructor for class org.echocat.locela.api.java.annotations.AnnotationFormatter
 
annotationFormatter() - Static method in class org.echocat.locela.api.java.annotations.AnnotationFormatter
 
annotationFormatter() - Method in class org.echocat.locela.api.java.annotations.AnnotationsFormatter
 
AnnotationParser - Class in org.echocat.locela.api.java.annotations
 
AnnotationParser() - Constructor for class org.echocat.locela.api.java.annotations.AnnotationParser
 
AnnotationParser(Annotation.Factory.Provider) - Constructor for class org.echocat.locela.api.java.annotations.AnnotationParser
 
annotationParser() - Static method in class org.echocat.locela.api.java.annotations.AnnotationParser
 
annotationParser() - Method in class org.echocat.locela.api.java.annotations.AnnotationsParser
 
AnnotationParser.Extraction<T> - Class in org.echocat.locela.api.java.annotations
 
annotations() - Method in interface org.echocat.locela.api.java.annotations.AnnotationContainer
 
annotations(Class<? extends T>) - Method in interface org.echocat.locela.api.java.annotations.AnnotationContainer
 
annotations() - Method in class org.echocat.locela.api.java.annotations.AnnotationContainerSupport
 
annotations(Class<? extends T>) - Method in class org.echocat.locela.api.java.annotations.AnnotationContainerSupport
 
AnnotationsFormatter - Class in org.echocat.locela.api.java.annotations
 
AnnotationsFormatter() - Constructor for class org.echocat.locela.api.java.annotations.AnnotationsFormatter
 
AnnotationsFormatter(AnnotationFormatter) - Constructor for class org.echocat.locela.api.java.annotations.AnnotationsFormatter
 
annotationsFormatter() - Static method in class org.echocat.locela.api.java.annotations.AnnotationsFormatter
 
annotationsFormatter() - Method in class org.echocat.locela.api.java.properties.StandardPropertiesWriter
 
AnnotationsParser - Class in org.echocat.locela.api.java.annotations
 
AnnotationsParser() - Constructor for class org.echocat.locela.api.java.annotations.AnnotationsParser
 
AnnotationsParser(AnnotationParser) - Constructor for class org.echocat.locela.api.java.annotations.AnnotationsParser
 
annotationsParser() - Static method in class org.echocat.locela.api.java.annotations.AnnotationsParser
 
annotationsParser() - Method in class org.echocat.locela.api.java.properties.StandardPropertiesReader
 
append(String, StringBuilder, boolean) - Method in class org.echocat.locela.api.java.properties.StandardPropertyFormatter
 
apply(Object) - Method in class org.echocat.locela.api.java.format.ChoiceFormatter.Condition
 
applyBooleanValue(Boolean) - Method in class org.echocat.locela.api.java.format.ChoiceFormatter.Condition
 
applyNullValue() - Method in class org.echocat.locela.api.java.format.ChoiceFormatter.Condition
 
applyNumberValue(Number) - Method in class org.echocat.locela.api.java.format.ChoiceFormatter.Condition
 
applyStringValue(String) - Method in class org.echocat.locela.api.java.format.ChoiceFormatter.Condition
 
asCollection(Iterable<T>) - Static method in class org.echocat.locela.api.java.utils.CollectionUtils
 
asImmutableList(T...) - Static method in class org.echocat.locela.api.java.utils.CollectionUtils
Returns an unmodifiable List containing the given objects, returns an empty List, if objects is null.
asImmutableList(Iterable<T>) - Static method in class org.echocat.locela.api.java.utils.CollectionUtils
 
asImmutableMap(Object...) - Static method in class org.echocat.locela.api.java.utils.CollectionUtils
Returns a LinkedHashMap with the mappings a[0] => a[1], a[2] => a[3], ....
asImmutableMap(Map<K, V>) - Static method in class org.echocat.locela.api.java.utils.CollectionUtils
 
asImmutableSet(Iterable<T>) - Static method in class org.echocat.locela.api.java.utils.CollectionUtils
 
asList(T...) - Static method in class org.echocat.locela.api.java.utils.CollectionUtils
Returns a List containing the given objects, returns an empty List, if objects is null.
asList(Iterator<T>) - Static method in class org.echocat.locela.api.java.utils.CollectionUtils
 
asList(Iterable<T>) - Static method in class org.echocat.locela.api.java.utils.CollectionUtils
 
asList(Enumeration<T>) - Static method in class org.echocat.locela.api.java.utils.CollectionUtils
 
asMap(Object...) - Static method in class org.echocat.locela.api.java.utils.CollectionUtils
Returns a LinkedHashMap with the mappings a[0] => a[1], a[2] => a[3], ....
assertSameRoot(FormatterFactory<?>) - Method in class org.echocat.locela.api.java.format.MessageFormatterFactory
 
asSet(Iterable<T>) - Static method in class org.echocat.locela.api.java.utils.CollectionUtils
 

B

buildFileFrom(Locale, String) - Method in class org.echocat.locela.api.java.messages.StandardMessagesProvider
 

C

cache() - Method in class org.echocat.locela.api.java.support.MessageProviderBasedMessageSource
 
CALLED_VALUE - Static variable in class org.echocat.locela.api.java.format.MessageFormatter
 
CHARSET - Static variable in class org.echocat.locela.api.java.messages.FileAccessor.InputStreamBased
 
ChoiceFormatter - Class in org.echocat.locela.api.java.format
 
ChoiceFormatter(Locale, List<ChoiceFormatter.Condition>) - Constructor for class org.echocat.locela.api.java.format.ChoiceFormatter
 
ChoiceFormatter(Locale, String, FormatterFactory<?>) - Constructor for class org.echocat.locela.api.java.format.ChoiceFormatter
 
ChoiceFormatter.Condition - Class in org.echocat.locela.api.java.format
 
ChoiceFormatter.Extraction - Class in org.echocat.locela.api.java.format
 
ChoiceFormatter.ExtractionWithOperator - Class in org.echocat.locela.api.java.format
 
ChoiceFormatter.Factory - Class in org.echocat.locela.api.java.format
 
ChoiceFormatter.Operator - Enum in org.echocat.locela.api.java.format
 
choiceFormatterFactory() - Static method in class org.echocat.locela.api.java.format.ChoiceFormatter
 
ClassLoaderBased(ClassLoader) - Constructor for class org.echocat.locela.api.java.messages.FileAccessor.ClassLoaderBased
 
classPathFileAccessor() - Static method in class org.echocat.locela.api.java.messages.FileAccessor.ClassLoaderBased
 
close() - Method in class org.echocat.locela.api.java.properties.StandardPropertiesLineReader
 
close() - Method in interface org.echocat.locela.api.java.utils.CloseableIterator
 
close() - Method in class org.echocat.locela.api.java.utils.ConvertingIterator
 
CloseableIterator<T> - Interface in org.echocat.locela.api.java.utils
 
closeQuietly(AutoCloseable) - Static method in class org.echocat.locela.api.java.utils.ResourceUtils
 
closeQuietly(Iterable<? extends AutoCloseable>) - Static method in class org.echocat.locela.api.java.utils.ResourceUtils
 
closeQuietly(AutoCloseable...) - Static method in class org.echocat.locela.api.java.utils.ResourceUtils
 
closeQuietlyIfAutoCloseable(Object) - Static method in class org.echocat.locela.api.java.utils.ResourceUtils
 
closeQuietlyIfAutoCloseable(Iterable<?>) - Static method in class org.echocat.locela.api.java.utils.ResourceUtils
 
closeQuietlyIfAutoCloseable(Object...) - Static method in class org.echocat.locela.api.java.utils.ResourceUtils
 
CollectionUtils - Class in org.echocat.locela.api.java.utils
 
CombinedMessages - Class in org.echocat.locela.api.java.messages
 
CombinedMessages(Messages...) - Constructor for class org.echocat.locela.api.java.messages.CombinedMessages
 
CombinedMessages(Iterable<Messages>) - Constructor for class org.echocat.locela.api.java.messages.CombinedMessages
 
CommentAnnotation - Class in org.echocat.locela.api.java.annotations
 
CommentAnnotation(String) - Constructor for class org.echocat.locela.api.java.annotations.CommentAnnotation
 
CommentAnnotation.Factory - Class in org.echocat.locela.api.java.annotations
 
CommentLine(String) - Constructor for class org.echocat.locela.api.java.properties.Line.CommentLine
 
Condition(String, ChoiceFormatter.Operator, Formatter) - Constructor for class org.echocat.locela.api.java.format.ChoiceFormatter.Condition
 
contains(String) - Method in class org.echocat.locela.api.java.messages.CombinedMessages
 
contains(String) - Method in class org.echocat.locela.api.java.messages.LocaleAwareMessages
 
contains(String, Locale) - Method in class org.echocat.locela.api.java.messages.LocaleAwareMessages
 
contains(String) - Method in interface org.echocat.locela.api.java.messages.Messages
 
contains(String) - Method in class org.echocat.locela.api.java.messages.PropertiesMessages
 
contains(String) - Method in class org.echocat.locela.api.java.messages.StandardMessages
 
contains(String) - Method in interface org.echocat.locela.api.java.properties.Properties
 
contains(String) - Method in class org.echocat.locela.api.java.properties.StandardProperties
 
convert(I) - Method in class org.echocat.locela.api.java.utils.ConvertingIterator
 
ConvertingIterator<I,R> - Class in org.echocat.locela.api.java.utils
 
ConvertingIterator(Iterator<I>) - Constructor for class org.echocat.locela.api.java.utils.ConvertingIterator
 
copy(InputStream, OutputStream) - Static method in class org.echocat.locela.api.java.utils.IOUtils
 
copy(Reader, Writer) - Static method in class org.echocat.locela.api.java.utils.IOUtils
 
copyLarge(InputStream, OutputStream) - Static method in class org.echocat.locela.api.java.utils.IOUtils
 
copyLarge(Reader, Writer) - Static method in class org.echocat.locela.api.java.utils.IOUtils
 
countElementsOf(Iterable<T>) - Static method in class org.echocat.locela.api.java.utils.CollectionUtils
 
countElementsOf(Iterator<T>) - Static method in class org.echocat.locela.api.java.utils.CollectionUtils
 
createBy(Object...) - Method in interface org.echocat.locela.api.java.annotations.Annotation.Factory
 
createBy(Object...) - Method in class org.echocat.locela.api.java.annotations.CommentAnnotation.Factory
 
createBy(Locale, String, FormatterFactory<?>) - Method in class org.echocat.locela.api.java.format.ChoiceFormatter.Factory
 
createBy(Locale, String, FormatterFactory<?>) - Method in class org.echocat.locela.api.java.format.DateFormatter.Factory
 
createBy(Locale, String, FormatterFactory<?>) - Method in class org.echocat.locela.api.java.format.DateTimeFormatter.Factory
 
createBy(Locale, String, FormatterFactory<?>) - Method in interface org.echocat.locela.api.java.format.FormatterFactory
 
createBy(Locale, String) - Method in class org.echocat.locela.api.java.format.MessageFormatterFactory
 
createBy(Locale, String, FormatterFactory<?>) - Method in class org.echocat.locela.api.java.format.MessageFormatterFactory
 
createBy(Locale, String, FormatterFactory<?>) - Method in class org.echocat.locela.api.java.format.NumberFormatter.Factory
 
createBy(Locale, String, FormatterFactory<?>) - Method in class org.echocat.locela.api.java.format.TimeFormatter.Factory
 
createByInternal(Locale, String) - Method in class org.echocat.locela.api.java.format.MessageFormatterFactory
 
createLocaleNormalizer() - Method in class org.echocat.locela.api.java.support.LocaleHierarchyAwareFactory
 
createMessagesFor(Locale) - Method in class org.echocat.locela.api.java.support.MessageProviderBasedMessageSource
 
createMessagesProvider() - Method in class org.echocat.locela.api.java.support.LocaleHierarchyAwareFactory
 
createPropertyBy(Iterable<Annotation>, String, String) - Method in class org.echocat.locela.api.java.properties.StandardPropertyParser
 

D

DateFormatter - Class in org.echocat.locela.api.java.format
 
DateFormatter(Locale, DateFormat) - Constructor for class org.echocat.locela.api.java.format.DateFormatter
 
DateFormatter(Locale, DateFormatter.Pattern) - Constructor for class org.echocat.locela.api.java.format.DateFormatter
 
DateFormatter(Locale, String) - Constructor for class org.echocat.locela.api.java.format.DateFormatter
 
DateFormatter.Factory - Class in org.echocat.locela.api.java.format
 
DateFormatter.Pattern - Enum in org.echocat.locela.api.java.format
 
dateFormatterFactory() - Static method in class org.echocat.locela.api.java.format.DateFormatter
 
DateTimeFormatter - Class in org.echocat.locela.api.java.format
 
DateTimeFormatter(Locale, DateFormat) - Constructor for class org.echocat.locela.api.java.format.DateTimeFormatter
 
DateTimeFormatter(Locale, DateTimeFormatter.Pattern) - Constructor for class org.echocat.locela.api.java.format.DateTimeFormatter
 
DateTimeFormatter(Locale, String) - Constructor for class org.echocat.locela.api.java.format.DateTimeFormatter
 
DateTimeFormatter.Factory - Class in org.echocat.locela.api.java.format
 
DateTimeFormatter.Pattern - Enum in org.echocat.locela.api.java.format
 
dateTimeFormatterFactory() - Static method in class org.echocat.locela.api.java.format.DateTimeFormatter
 
DateTimeUtils - Class in org.echocat.locela.api.java.utils
 
DateTimeUtils() - Constructor for class org.echocat.locela.api.java.utils.DateTimeUtils
 
DEFAULT_LOCALE - Static variable in class org.echocat.locela.api.java.messages.FormattingMessageSupport
 
defaultLocale() - Method in class org.echocat.locela.api.java.support.StandardLocaleNormalizer
 
delegate() - Method in class org.echocat.locela.api.java.messages.LocaleHierarchyAwareMessagesProvider
 
delegate() - Method in class org.echocat.locela.api.java.messages.RecursiveMessagesProvider
 
delegates() - Method in class org.echocat.locela.api.java.messages.CombinedMessages
 
DummyMessage - Class in org.echocat.locela.api.java.messages
 
DummyMessage(String) - Constructor for class org.echocat.locela.api.java.messages.DummyMessage
 
DummyMessage(Locale, String) - Constructor for class org.echocat.locela.api.java.messages.DummyMessage
 
dummyMessageFor(String) - Method in class org.echocat.locela.api.java.messages.MessagesSupport
 

E

emptyIterator() - Static method in class org.echocat.locela.api.java.utils.CollectionUtils
 
EmptyLine() - Constructor for class org.echocat.locela.api.java.properties.Line.EmptyLine
 
emptyMessages() - Static method in class org.echocat.locela.api.java.utils.MessagesUtils
 
equals(Object) - Method in class org.echocat.locela.api.java.annotations.CommentAnnotation
 
equals(Object) - Method in class org.echocat.locela.api.java.format.MessageFormatter
 
equals(Object) - Method in class org.echocat.locela.api.java.format.MessageFormatter.ParameterAwareFormatter
 
equals(Object) - Method in class org.echocat.locela.api.java.format.MessageFormatter.PassThruFormatter
 
equals(Object) - Method in class org.echocat.locela.api.java.format.MessageFormatter.StaticFormatter
 
equals(Object) - Method in class org.echocat.locela.api.java.messages.FileAccessor.ClassLoaderBased
 
equals(Object) - Method in class org.echocat.locela.api.java.messages.FileAccessor.FileSystemBased
 
equals(Object) - Method in class org.echocat.locela.api.java.messages.MessagesSupport
 
equals(Object) - Method in class org.echocat.locela.api.java.messages.MessageSupport
 
equals(Object) - Method in class org.echocat.locela.api.java.properties.PropertiesSupport
 
equals(Object) - Method in class org.echocat.locela.api.java.properties.PropertySupport
 
evaluate(Locale, String) - Method in class org.echocat.locela.api.java.format.DateFormatter
 
evaluate(Locale, String) - Method in class org.echocat.locela.api.java.format.DateTimeFormatter
 
evaluate(Locale, String) - Method in class org.echocat.locela.api.java.format.NumberFormatter
 
evaluate(Locale, String) - Method in class org.echocat.locela.api.java.format.TimeFormatter
 
extractContent(char[], int) - Method in class org.echocat.locela.api.java.properties.StandardPropertyParser
 
extractId(char[], int) - Method in class org.echocat.locela.api.java.annotations.AnnotationParser
 
extractId(char[]) - Method in class org.echocat.locela.api.java.properties.StandardPropertyParser
 
Extraction(T, int) - Constructor for class org.echocat.locela.api.java.annotations.AnnotationParser.Extraction
 
Extraction(String, int, int) - Constructor for class org.echocat.locela.api.java.format.ChoiceFormatter.Extraction
 
Extraction(String, int) - Constructor for class org.echocat.locela.api.java.properties.StandardPropertyParser.Extraction
 
ExtractionWithOperator(String, int, int, ChoiceFormatter.Operator) - Constructor for class org.echocat.locela.api.java.format.ChoiceFormatter.ExtractionWithOperator
 
extractObjects(char[], int) - Method in class org.echocat.locela.api.java.annotations.AnnotationParser
 
extractPattern(char[], int) - Method in class org.echocat.locela.api.java.format.ChoiceFormatter
 
extractTestAndOperator(char[], int) - Method in class org.echocat.locela.api.java.format.ChoiceFormatter
 

F

Factory() - Constructor for class org.echocat.locela.api.java.annotations.CommentAnnotation.Factory
 
Factory() - Constructor for class org.echocat.locela.api.java.format.ChoiceFormatter.Factory
 
Factory() - Constructor for class org.echocat.locela.api.java.format.DateFormatter.Factory
 
Factory() - Constructor for class org.echocat.locela.api.java.format.DateTimeFormatter.Factory
 
Factory() - Constructor for class org.echocat.locela.api.java.format.NumberFormatter.Factory
 
Factory() - Constructor for class org.echocat.locela.api.java.format.TimeFormatter.Factory
 
fallbackLocales() - Method in class org.echocat.locela.api.java.messages.LocaleHierarchyAwareMessagesProvider
 
fallbacks() - Method in class org.echocat.locela.api.java.support.LocaleHierarchyIterator
 
FileAccessor - Interface in org.echocat.locela.api.java.messages
 
FileAccessor.ClassLoaderBased - Class in org.echocat.locela.api.java.messages
 
FileAccessor.FileSystemBased - Class in org.echocat.locela.api.java.messages
 
FileAccessor.InputStreamBased - Class in org.echocat.locela.api.java.messages
 
FilenameUtils - Class in org.echocat.locela.api.java.utils
 
FilenameUtils() - Constructor for class org.echocat.locela.api.java.utils.FilenameUtils
 
FileSystemBased() - Constructor for class org.echocat.locela.api.java.messages.FileAccessor.FileSystemBased
 
fileSystemFileAccessor() - Static method in class org.echocat.locela.api.java.messages.FileAccessor.FileSystemBased
 
FilterDuplicatesMessagesIterator - Class in org.echocat.locela.api.java.support
 
FilterDuplicatesMessagesIterator(Iterable<Messages>) - Constructor for class org.echocat.locela.api.java.support.FilterDuplicatesMessagesIterator
 
FilterDuplicatesMessagesIterator(Iterator<Messages>) - Constructor for class org.echocat.locela.api.java.support.FilterDuplicatesMessagesIterator
 
find(String) - Method in class org.echocat.locela.api.java.messages.CombinedMessages
 
find(String) - Method in class org.echocat.locela.api.java.messages.LocaleAwareMessages
 
find(String, Locale) - Method in class org.echocat.locela.api.java.messages.LocaleAwareMessages
 
find(String) - Method in interface org.echocat.locela.api.java.messages.Messages
 
find(String) - Method in class org.echocat.locela.api.java.messages.PropertiesMessages
 
find(String) - Method in class org.echocat.locela.api.java.messages.StandardMessages
 
findDefaultFactories() - Static method in class org.echocat.locela.api.java.annotations.StandardAnnotationFactoryProvider
 
findOperatorFor(char) - Static method in enum org.echocat.locela.api.java.format.ChoiceFormatter.Operator
 
format(Annotation) - Method in class org.echocat.locela.api.java.annotations.AnnotationFormatter
 
format(Annotation...) - Method in class org.echocat.locela.api.java.annotations.AnnotationsFormatter
 
format(Iterable<Annotation>) - Method in class org.echocat.locela.api.java.annotations.AnnotationsFormatter
 
format(Object, Writer) - Method in class org.echocat.locela.api.java.format.ChoiceFormatter
 
format(Object, Writer) - Method in class org.echocat.locela.api.java.format.DateFormatter
 
format(Object, Writer) - Method in class org.echocat.locela.api.java.format.DateTimeFormatter
 
format(Object, Writer) - Method in interface org.echocat.locela.api.java.format.Formatter
 
format(Locale, String, Writer, Object...) - Static method in class org.echocat.locela.api.java.format.MessageFormatter
 
format(Locale, String, Object...) - Static method in class org.echocat.locela.api.java.format.MessageFormatter
 
format(Locale, String, Writer, Iterable<?>) - Static method in class org.echocat.locela.api.java.format.MessageFormatter
 
format(Locale, String, Iterable<?>) - Static method in class org.echocat.locela.api.java.format.MessageFormatter
 
format(Locale, String, Writer, Map<?, ?>) - Static method in class org.echocat.locela.api.java.format.MessageFormatter
 
format(Locale, String, Map<?, ?>) - Static method in class org.echocat.locela.api.java.format.MessageFormatter
 
format(Object, Writer) - Method in class org.echocat.locela.api.java.format.MessageFormatter
 
format(Writer, Object...) - Method in class org.echocat.locela.api.java.format.MessageFormatter
 
format(Object...) - Method in class org.echocat.locela.api.java.format.MessageFormatter
 
format(Writer, Iterable<?>) - Method in class org.echocat.locela.api.java.format.MessageFormatter
 
format(Iterable<?>) - Method in class org.echocat.locela.api.java.format.MessageFormatter
 
format(Writer, Map<?, ?>) - Method in class org.echocat.locela.api.java.format.MessageFormatter
 
format(Map<?, ?>) - Method in class org.echocat.locela.api.java.format.MessageFormatter
 
format(Object, Writer) - Method in class org.echocat.locela.api.java.format.MessageFormatter.ParameterAwareFormatter
 
format(Object, Writer) - Method in class org.echocat.locela.api.java.format.MessageFormatter.PassThruFormatter
 
format(Object, Writer) - Method in class org.echocat.locela.api.java.format.MessageFormatter.StaticFormatter
 
format(Object, Writer) - Method in class org.echocat.locela.api.java.format.NumberFormatter
 
format(Object, Writer) - Method in class org.echocat.locela.api.java.format.TimeFormatter
 
format(Object, Writer) - Method in class org.echocat.locela.api.java.messages.DummyMessage
 
format(Object, Writer) - Method in class org.echocat.locela.api.java.messages.FormattingMessageSupport
 
format(Map<String, ?>) - Method in interface org.echocat.locela.api.java.messages.Message
 
format(Iterable<?>) - Method in interface org.echocat.locela.api.java.messages.Message
 
format(Object...) - Method in interface org.echocat.locela.api.java.messages.Message
 
format(Map<String, ?>) - Method in class org.echocat.locela.api.java.messages.MessageSupport
 
format(Iterable<?>) - Method in class org.echocat.locela.api.java.messages.MessageSupport
 
format(Object...) - Method in class org.echocat.locela.api.java.messages.MessageSupport
 
format(Property<String>) - Method in interface org.echocat.locela.api.java.properties.PropertyFormatter
 
format(Property<String>) - Method in class org.echocat.locela.api.java.properties.StandardPropertyFormatter
 
FormatAndPattern(NumberFormat, String) - Constructor for class org.echocat.locela.api.java.format.NumberFormatter.FormatAndPattern
 
formatArgument(Annotation, Object, StringBuilder) - Method in class org.echocat.locela.api.java.annotations.AnnotationFormatter
 
formatInternal(Locale, String, Object, Writer) - Static method in class org.echocat.locela.api.java.format.MessageFormatter
 
formatInternal(Locale, String, Object) - Static method in class org.echocat.locela.api.java.format.MessageFormatter
 
formatInternal(Object) - Method in class org.echocat.locela.api.java.format.MessageFormatter
 
formatInternal(Object) - Method in class org.echocat.locela.api.java.messages.MessageSupport
 
formatString(String, StringBuilder) - Method in class org.echocat.locela.api.java.annotations.AnnotationFormatter
 
Formatter - Interface in org.echocat.locela.api.java.format
 
formatter() - Method in class org.echocat.locela.api.java.messages.FormattingMessageSupport
 
FormatterFactory<F extends Formatter> - Interface in org.echocat.locela.api.java.format
 
formatterFactory() - Method in class org.echocat.locela.api.java.messages.PropertiesMessages
 
formatterFactory() - Method in class org.echocat.locela.api.java.messages.StandardMessagesProvider
 
FormatterSupport - Class in org.echocat.locela.api.java.format
 
FormatterSupport(Locale) - Constructor for class org.echocat.locela.api.java.format.FormatterSupport
 
FormattingMessageSupport - Class in org.echocat.locela.api.java.messages
 
FormattingMessageSupport(FormatterFactory<?>) - Constructor for class org.echocat.locela.api.java.messages.FormattingMessageSupport
 

G

get() - Method in class org.echocat.locela.api.java.messages.DummyMessage
 
get() - Method in interface org.echocat.locela.api.java.messages.Message
 
get(String) - Method in interface org.echocat.locela.api.java.messages.Messages
 
get(String) - Method in class org.echocat.locela.api.java.messages.MessagesSupport
 
get() - Method in class org.echocat.locela.api.java.messages.PropertyMessage
 
get() - Method in class org.echocat.locela.api.java.messages.StandardMessage
 
get(String) - Method in interface org.echocat.locela.api.java.properties.Properties
 
get() - Method in interface org.echocat.locela.api.java.properties.Property
 
get(String) - Method in class org.echocat.locela.api.java.properties.StandardProperties
 
get() - Method in class org.echocat.locela.api.java.properties.StandardProperty
 
getAllowedLocales() - Method in class org.echocat.locela.api.java.support.LocaleHierarchyAwareFactory
 
getArguments() - Method in interface org.echocat.locela.api.java.annotations.Annotation
 
getArguments() - Method in class org.echocat.locela.api.java.annotations.CommentAnnotation
 
getBegin() - Method in class org.echocat.locela.api.java.format.ChoiceFormatter.Extraction
 
getCharacter() - Method in enum org.echocat.locela.api.java.format.ChoiceFormatter.Operator
 
getContent() - Method in class org.echocat.locela.api.java.annotations.AnnotationParser.Extraction
 
getContent() - Method in class org.echocat.locela.api.java.annotations.CommentAnnotation
 
getContent() - Method in class org.echocat.locela.api.java.format.ChoiceFormatter.Extraction
 
getContent() - Method in class org.echocat.locela.api.java.format.MessageFormatter.StaticFormatter
 
getContent() - Method in class org.echocat.locela.api.java.properties.Line.LineWithContent
 
getContent() - Method in class org.echocat.locela.api.java.properties.StandardPropertyParser.Extraction
 
getEnd() - Method in class org.echocat.locela.api.java.annotations.AnnotationParser.Extraction
 
getEnd() - Method in class org.echocat.locela.api.java.format.ChoiceFormatter.Extraction
 
getEnd() - Method in class org.echocat.locela.api.java.properties.StandardPropertyParser.Extraction
 
getExtension(String) - Static method in class org.echocat.locela.api.java.utils.FilenameUtils
 
getFactories() - Method in class org.echocat.locela.api.java.format.MessageFormatterFactory
 
getFactoryBy(String) - Method in class org.echocat.locela.api.java.format.MessageFormatterFactory
 
getFallbackLocale() - Method in class org.echocat.locela.api.java.support.LocaleHierarchyAwareFactory
 
getFallbacks() - Method in class org.echocat.locela.api.java.support.LocaleHierarchy
 
getFormat() - Method in class org.echocat.locela.api.java.format.DateFormatter
 
getFormat() - Method in class org.echocat.locela.api.java.format.DateTimeFormatter
 
getFormat() - Method in class org.echocat.locela.api.java.format.NumberFormatter.FormatAndPattern
 
getFormat() - Method in class org.echocat.locela.api.java.format.NumberFormatter
 
getFormat() - Method in class org.echocat.locela.api.java.format.TimeFormatter
 
getId() - Method in interface org.echocat.locela.api.java.annotations.Annotation.Factory
 
getId() - Method in interface org.echocat.locela.api.java.annotations.Annotation
 
getId() - Method in class org.echocat.locela.api.java.annotations.CommentAnnotation.Factory
 
getId() - Method in class org.echocat.locela.api.java.annotations.CommentAnnotation
 
getId() - Method in class org.echocat.locela.api.java.format.ChoiceFormatter.Factory
 
getId() - Method in class org.echocat.locela.api.java.format.DateFormatter.Factory
 
getId() - Method in enum org.echocat.locela.api.java.format.DateFormatter.Pattern
 
getId() - Method in class org.echocat.locela.api.java.format.DateTimeFormatter.Factory
 
getId() - Method in enum org.echocat.locela.api.java.format.DateTimeFormatter.Pattern
 
getId() - Method in interface org.echocat.locela.api.java.format.FormatterFactory
 
getId() - Method in class org.echocat.locela.api.java.format.MessageFormatterFactory
 
getId() - Method in class org.echocat.locela.api.java.format.NumberFormatter.Factory
 
getId() - Method in enum org.echocat.locela.api.java.format.NumberFormatter.Pattern
 
getId() - Method in class org.echocat.locela.api.java.format.TimeFormatter.Factory
 
getId() - Method in enum org.echocat.locela.api.java.format.TimeFormatter.Pattern
 
getId() - Method in class org.echocat.locela.api.java.messages.DummyMessage
 
getId() - Method in interface org.echocat.locela.api.java.messages.Message
 
getId() - Method in class org.echocat.locela.api.java.messages.PropertyMessage
 
getId() - Method in class org.echocat.locela.api.java.messages.StandardMessage
 
getId() - Method in interface org.echocat.locela.api.java.properties.Property
 
getId() - Method in class org.echocat.locela.api.java.properties.StandardProperty
 
getIdsOf(Iterable<Message>) - Method in class org.echocat.locela.api.java.messages.MessagesSupport
 
getKeys() - Method in class org.echocat.locela.api.java.utils.MessagesUtils.MessagesBasedResourceBundle
 
getKeysOf(Properties<?>) - Method in class org.echocat.locela.api.java.properties.PropertiesSupport
 
getLocale() - Method in interface org.echocat.locela.api.java.format.Formatter
 
getLocale() - Method in class org.echocat.locela.api.java.format.FormatterSupport
 
getLocale() - Method in class org.echocat.locela.api.java.messages.DummyMessage
 
getLocale() - Method in class org.echocat.locela.api.java.messages.LocaleAwareMessages
 
getLocale() - Method in class org.echocat.locela.api.java.messages.PropertyMessage
 
getLocale() - Method in class org.echocat.locela.api.java.messages.StandardMessage
 
getLocale() - Method in class org.echocat.locela.api.java.utils.MessagesUtils.MessagesBasedResourceBundle
 
getMaxCacheEntries() - Method in class org.echocat.locela.api.java.support.MessageProviderBasedMessageSource
 
getMessage(String, Object[], String, Locale) - Method in class org.echocat.locela.api.java.support.MessageProviderBasedMessageSource
 
getMessage(String, Object[], Locale) - Method in class org.echocat.locela.api.java.support.MessageProviderBasedMessageSource
 
getMessage(MessageSourceResolvable, Locale) - Method in class org.echocat.locela.api.java.support.MessageProviderBasedMessageSource
 
getOperator() - Method in class org.echocat.locela.api.java.format.ChoiceFormatter.Condition
 
getOperator() - Method in class org.echocat.locela.api.java.format.ChoiceFormatter.ExtractionWithOperator
 
getParent(String) - Method in class org.echocat.locela.api.java.messages.RecursiveMessagesProvider
 
getPattern() - Method in class org.echocat.locela.api.java.format.NumberFormatter.FormatAndPattern
 
getProperties() - Method in class org.echocat.locela.api.java.properties.PropertiesSupport
 
getProperties() - Method in class org.echocat.locela.api.java.properties.StandardProperties
 
getResponsibleFor() - Method in interface org.echocat.locela.api.java.annotations.Annotation.Factory
 
getResponsibleFor() - Method in class org.echocat.locela.api.java.annotations.CommentAnnotation.Factory
 
getStart() - Method in class org.echocat.locela.api.java.support.LocaleHierarchy
 
getSubFormat() - Method in class org.echocat.locela.api.java.format.ChoiceFormatter.Condition
 
getSubFormatter() - Method in class org.echocat.locela.api.java.format.MessageFormatter
 
getSubFormatterFor(Locale, String, String, String, MessageFormatterFactory) - Method in class org.echocat.locela.api.java.format.MessageFormatter
 
getTest() - Method in class org.echocat.locela.api.java.format.ChoiceFormatter.Condition
 
getType() - Method in interface org.echocat.locela.api.java.properties.Property
 
getType() - Method in class org.echocat.locela.api.java.properties.StandardProperty
 

H

handleGetObject(String) - Method in class org.echocat.locela.api.java.utils.MessagesUtils.MessagesBasedResourceBundle
 
hashCode() - Method in class org.echocat.locela.api.java.annotations.CommentAnnotation
 
hashCode() - Method in class org.echocat.locela.api.java.format.MessageFormatter
 
hashCode() - Method in class org.echocat.locela.api.java.format.MessageFormatter.ParameterAwareFormatter
 
hashCode() - Method in class org.echocat.locela.api.java.format.MessageFormatter.PassThruFormatter
 
hashCode() - Method in class org.echocat.locela.api.java.format.MessageFormatter.StaticFormatter
 
hashCode() - Method in class org.echocat.locela.api.java.messages.FileAccessor.ClassLoaderBased
 
hashCode() - Method in class org.echocat.locela.api.java.messages.FileAccessor.FileSystemBased
 
hashCode() - Method in class org.echocat.locela.api.java.messages.MessagesSupport
 
hashCode() - Method in class org.echocat.locela.api.java.messages.MessageSupport
 
hashCode() - Method in class org.echocat.locela.api.java.properties.PropertiesSupport
 
hashCode() - Method in class org.echocat.locela.api.java.properties.PropertySupport
 
hasNext() - Method in class org.echocat.locela.api.java.support.FilterDuplicatesMessagesIterator
 
hasNext() - Method in class org.echocat.locela.api.java.support.LocaleHierarchyIterator
 
hasNext() - Method in class org.echocat.locela.api.java.utils.ConvertingIterator
 

I

idToMessages() - Method in class org.echocat.locela.api.java.messages.StandardMessages
 
idToProperty() - Method in class org.echocat.locela.api.java.properties.StandardProperties
 
InputStreamBased() - Constructor for class org.echocat.locela.api.java.messages.FileAccessor.InputStreamBased
 
IOUtils - Class in org.echocat.locela.api.java.utils
 
IOUtils() - Constructor for class org.echocat.locela.api.java.utils.IOUtils
 
isDisassembleLocale() - Method in class org.echocat.locela.api.java.support.LocaleHierarchyIterator
 
isEmpty(Locale) - Method in class org.echocat.locela.api.java.messages.StandardMessagesProvider
 
isEmpty(String) - Static method in class org.echocat.locela.api.java.utils.StringUtils
 
isEscapeNeeded(char) - Method in class org.echocat.locela.api.java.properties.StandardPropertyFormatter
 
ISO_PATTERN - Static variable in class org.echocat.locela.api.java.utils.DateTimeUtils
 
isValidIdCharacter(char) - Method in class org.echocat.locela.api.java.annotations.AnnotationParser
 
IterationUtils - Class in org.echocat.locela.api.java.utils
 
IterationUtils() - Constructor for class org.echocat.locela.api.java.utils.IterationUtils
 
IterationUtils.RemoveHandler<T> - Interface in org.echocat.locela.api.java.utils
 
iterator() - Method in class org.echocat.locela.api.java.annotations.StandardAnnotationFactoryProvider
 
iterator() - Method in class org.echocat.locela.api.java.format.MessageFormatter
 
iterator() - Method in class org.echocat.locela.api.java.messages.CombinedMessages
 
iterator() - Method in class org.echocat.locela.api.java.messages.LocaleAwareMessages
 
iterator() - Method in class org.echocat.locela.api.java.messages.PropertiesMessages
 
iterator() - Method in class org.echocat.locela.api.java.messages.StandardMessages
 
iterator() - Method in class org.echocat.locela.api.java.properties.PropertiesSupport
 
iterator() - Method in class org.echocat.locela.api.java.support.LocaleHierarchy
 

L

Line - Interface in org.echocat.locela.api.java.properties
 
Line.CommentLine - Class in org.echocat.locela.api.java.properties
 
Line.EmptyLine - Class in org.echocat.locela.api.java.properties
 
Line.LineSupport - Class in org.echocat.locela.api.java.properties
 
Line.LineWithContent - Class in org.echocat.locela.api.java.properties
 
Line.PropertyLine - Class in org.echocat.locela.api.java.properties
 
LineSupport() - Constructor for class org.echocat.locela.api.java.properties.Line.LineSupport
 
LineWithContent(String) - Constructor for class org.echocat.locela.api.java.properties.Line.LineWithContent
 
locale() - Method in class org.echocat.locela.api.java.messages.PropertiesMessages
 
LocaleAwareMessages - Class in org.echocat.locela.api.java.messages
 
LocaleAwareMessages(Locale, Map<Locale, Messages>, Locale...) - Constructor for class org.echocat.locela.api.java.messages.LocaleAwareMessages
 
LocaleAwareMessages(Locale, Map<Locale, Messages>, Iterable<Locale>) - Constructor for class org.echocat.locela.api.java.messages.LocaleAwareMessages
 
LocaleHierarchy - Class in org.echocat.locela.api.java.support
 
LocaleHierarchy(Locale) - Constructor for class org.echocat.locela.api.java.support.LocaleHierarchy
 
LocaleHierarchy(Locale, Locale...) - Constructor for class org.echocat.locela.api.java.support.LocaleHierarchy
 
LocaleHierarchy(Locale, Iterable<Locale>) - Constructor for class org.echocat.locela.api.java.support.LocaleHierarchy
 
LocaleHierarchyAwareFactory - Class in org.echocat.locela.api.java.support
 
LocaleHierarchyAwareFactory(Locale, Locale...) - Constructor for class org.echocat.locela.api.java.support.LocaleHierarchyAwareFactory
 
LocaleHierarchyAwareFactory(Locale, Iterable<Locale>) - Constructor for class org.echocat.locela.api.java.support.LocaleHierarchyAwareFactory
 
LocaleHierarchyAwareMessagesProvider - Class in org.echocat.locela.api.java.messages
 
LocaleHierarchyAwareMessagesProvider(Iterable<Locale>) - Constructor for class org.echocat.locela.api.java.messages.LocaleHierarchyAwareMessagesProvider
 
LocaleHierarchyAwareMessagesProvider(Iterable<Locale>, Iterable<Locale>) - Constructor for class org.echocat.locela.api.java.messages.LocaleHierarchyAwareMessagesProvider
 
LocaleHierarchyAwareMessagesProvider(MessagesProvider, Iterable<Locale>, Iterable<Locale>) - Constructor for class org.echocat.locela.api.java.messages.LocaleHierarchyAwareMessagesProvider
 
LocaleHierarchyIterator - Class in org.echocat.locela.api.java.support
 
LocaleHierarchyIterator(Locale) - Constructor for class org.echocat.locela.api.java.support.LocaleHierarchyIterator
 
LocaleHierarchyIterator(Locale, Iterable<Locale>) - Constructor for class org.echocat.locela.api.java.support.LocaleHierarchyIterator
 
LocaleHierarchyIterator(Locale, Iterator<Locale>) - Constructor for class org.echocat.locela.api.java.support.LocaleHierarchyIterator
 
LocaleNormalizer - Interface in org.echocat.locela.api.java.support
 
locales() - Method in class org.echocat.locela.api.java.messages.LocaleAwareMessages
 
locales() - Method in class org.echocat.locela.api.java.messages.LocaleHierarchyAwareMessagesProvider
 
localeToMessages() - Method in class org.echocat.locela.api.java.messages.LocaleAwareMessages
 

M

makeRemovable(IterationUtils.RemoveHandler<T>, Iterator<? extends T>) - Static method in class org.echocat.locela.api.java.utils.IterationUtils
 
Message - Interface in org.echocat.locela.api.java.messages
 
message(Locale, String, String, FormatterFactory<?>) - Static method in class org.echocat.locela.api.java.messages.StandardMessage
 
message(Locale, String, String) - Static method in class org.echocat.locela.api.java.messages.StandardMessage
 
message(String, String) - Static method in class org.echocat.locela.api.java.messages.StandardMessage
 
messageFor(Locale, Property<?>) - Static method in class org.echocat.locela.api.java.messages.PropertyMessage
 
messageFor(Locale, Property<?>, FormatterFactory<?>) - Static method in class org.echocat.locela.api.java.messages.PropertyMessage
 
MessageFormatter - Class in org.echocat.locela.api.java.format
 
MessageFormatter(Locale, String) - Constructor for class org.echocat.locela.api.java.format.MessageFormatter
 
MessageFormatter(Locale, String, FormatterFactory<?>...) - Constructor for class org.echocat.locela.api.java.format.MessageFormatter
 
MessageFormatter(Locale, String, MessageFormatterFactory) - Constructor for class org.echocat.locela.api.java.format.MessageFormatter
 
MessageFormatter(Locale, List<Formatter>) - Constructor for class org.echocat.locela.api.java.format.MessageFormatter
 
MessageFormatter.ParameterAwareFormatter - Class in org.echocat.locela.api.java.format
 
MessageFormatter.PassThruFormatter - Class in org.echocat.locela.api.java.format
 
MessageFormatter.StaticFormatter - Class in org.echocat.locela.api.java.format
 
MessageFormatterFactory - Class in org.echocat.locela.api.java.format
 
MessageFormatterFactory(Iterable<FormatterFactory<?>>) - Constructor for class org.echocat.locela.api.java.format.MessageFormatterFactory
 
MessageFormatterFactory(FormatterFactory<?>...) - Constructor for class org.echocat.locela.api.java.format.MessageFormatterFactory
 
messageFormatterFactory() - Static method in class org.echocat.locela.api.java.format.MessageFormatterFactory
 
MessageProviderBasedMessageSource - Class in org.echocat.locela.api.java.support
 
MessageProviderBasedMessageSource(MessagesProvider, LocaleNormalizer, Class<?>) - Constructor for class org.echocat.locela.api.java.support.MessageProviderBasedMessageSource
 
MessageProviderBasedMessageSource(MessagesProvider, LocaleNormalizer, Class<?>, String) - Constructor for class org.echocat.locela.api.java.support.MessageProviderBasedMessageSource
 
MessageProviderBasedMessageSource(MessagesProvider, LocaleNormalizer, ClassLoader, String) - Constructor for class org.echocat.locela.api.java.support.MessageProviderBasedMessageSource
 
MessageProviderBasedMessageSource(MessagesProvider, LocaleNormalizer, File, String) - Constructor for class org.echocat.locela.api.java.support.MessageProviderBasedMessageSource
 
MessageProviderBasedMessageSource(MessagesProvider, LocaleNormalizer, FileAccessor, String) - Constructor for class org.echocat.locela.api.java.support.MessageProviderBasedMessageSource
 
Messages - Interface in org.echocat.locela.api.java.messages
 
MessagesBasedResourceBundle(Messages, Locale) - Constructor for class org.echocat.locela.api.java.utils.MessagesUtils.MessagesBasedResourceBundle
 
messagesFor(Locale, Properties<?>) - Static method in class org.echocat.locela.api.java.messages.PropertiesMessages
 
messagesFor(Locale, Properties<?>, FormatterFactory<?>) - Static method in class org.echocat.locela.api.java.messages.PropertiesMessages
 
messagesFor(Message...) - Static method in class org.echocat.locela.api.java.messages.StandardMessages
 
messagesFor(Iterable<Message>) - Static method in class org.echocat.locela.api.java.messages.StandardMessages
 
messagesFor(Locale) - Method in class org.echocat.locela.api.java.support.MessageProviderBasedMessageSource
 
MessagesProvider - Interface in org.echocat.locela.api.java.messages
 
messagesProvider() - Static method in class org.echocat.locela.api.java.messages.StandardMessagesProvider
 
messagesProvider() - Method in class org.echocat.locela.api.java.support.MessageProviderBasedMessageSource
 
MessagesProviderSupport - Class in org.echocat.locela.api.java.messages
 
MessagesProviderSupport() - Constructor for class org.echocat.locela.api.java.messages.MessagesProviderSupport
 
MessagesSupport - Class in org.echocat.locela.api.java.messages
 
MessagesSupport() - Constructor for class org.echocat.locela.api.java.messages.MessagesSupport
 
MessageSupport - Class in org.echocat.locela.api.java.messages
 
MessageSupport() - Constructor for class org.echocat.locela.api.java.messages.MessageSupport
 
MessagesUtils - Class in org.echocat.locela.api.java.utils
 
MessagesUtils() - Constructor for class org.echocat.locela.api.java.utils.MessagesUtils
 
MessagesUtils.MessagesBasedResourceBundle - Class in org.echocat.locela.api.java.utils
 

N

next() - Method in class org.echocat.locela.api.java.properties.StandardPropertiesLineReader
 
next() - Method in class org.echocat.locela.api.java.support.FilterDuplicatesMessagesIterator
 
next() - Method in class org.echocat.locela.api.java.support.LocaleHierarchyIterator
 
next() - Method in class org.echocat.locela.api.java.utils.ConvertingIterator
 
normalize(Locale) - Method in interface org.echocat.locela.api.java.support.LocaleNormalizer
 
normalize(Locale) - Method in class org.echocat.locela.api.java.support.StandardLocaleNormalizer
 
NumberFormatter - Class in org.echocat.locela.api.java.format
 
NumberFormatter(Locale, NumberFormat) - Constructor for class org.echocat.locela.api.java.format.NumberFormatter
 
NumberFormatter(Locale, NumberFormatter.Pattern) - Constructor for class org.echocat.locela.api.java.format.NumberFormatter
 
NumberFormatter(Locale, String) - Constructor for class org.echocat.locela.api.java.format.NumberFormatter
 
NumberFormatter.Factory - Class in org.echocat.locela.api.java.format
 
NumberFormatter.FormatAndPattern - Class in org.echocat.locela.api.java.format
 
NumberFormatter.Pattern - Enum in org.echocat.locela.api.java.format
 
numberFormatterFactory() - Static method in class org.echocat.locela.api.java.format.NumberFormatter
 

O

open(String) - Method in class org.echocat.locela.api.java.messages.FileAccessor.InputStreamBased
 
open(String) - Method in interface org.echocat.locela.api.java.messages.FileAccessor
 
openStream(String) - Method in class org.echocat.locela.api.java.messages.FileAccessor.ClassLoaderBased
 
openStream(String) - Method in class org.echocat.locela.api.java.messages.FileAccessor.FileSystemBased
 
openStream(String) - Method in class org.echocat.locela.api.java.messages.FileAccessor.InputStreamBased
 
org.echocat.locela.api.java.annotations - package org.echocat.locela.api.java.annotations
 
org.echocat.locela.api.java.format - package org.echocat.locela.api.java.format
 
org.echocat.locela.api.java.messages - package org.echocat.locela.api.java.messages
 
org.echocat.locela.api.java.properties - package org.echocat.locela.api.java.properties
 
org.echocat.locela.api.java.support - package org.echocat.locela.api.java.support
 
org.echocat.locela.api.java.utils - package org.echocat.locela.api.java.utils
 

P

ParameterAwareFormatter(Locale, String, Formatter) - Constructor for class org.echocat.locela.api.java.format.MessageFormatter.ParameterAwareFormatter
 
parse(String) - Method in class org.echocat.locela.api.java.annotations.AnnotationParser
 
parse(String) - Method in class org.echocat.locela.api.java.annotations.AnnotationsParser
 
parse(String, FormatterFactory<?>) - Method in class org.echocat.locela.api.java.format.ChoiceFormatter
 
parse(String, Iterable<Annotation>) - Method in interface org.echocat.locela.api.java.properties.PropertyParser
 
parse(String, Iterable<Annotation>) - Method in class org.echocat.locela.api.java.properties.StandardPropertyParser
 
parseIsoDate(String) - Static method in class org.echocat.locela.api.java.utils.DateTimeUtils
 
parseSubFormatter(Locale, String, MessageFormatterFactory) - Method in class org.echocat.locela.api.java.format.MessageFormatter
 
parseSubFormatters(Locale, String, MessageFormatterFactory) - Method in class org.echocat.locela.api.java.format.MessageFormatter
 
PassThruFormatter(Locale) - Constructor for class org.echocat.locela.api.java.format.MessageFormatter.PassThruFormatter
 
properties() - Method in class org.echocat.locela.api.java.messages.PropertiesMessages
 
Properties<V> - Interface in org.echocat.locela.api.java.properties
 
properties(Property<V>...) - Static method in class org.echocat.locela.api.java.properties.StandardProperties
 
PropertiesLineReader - Interface in org.echocat.locela.api.java.properties
 
PropertiesMessages - Class in org.echocat.locela.api.java.messages
 
PropertiesMessages(Locale, Properties<?>, FormatterFactory<?>) - Constructor for class org.echocat.locela.api.java.messages.PropertiesMessages
 
propertiesReader() - Method in class org.echocat.locela.api.java.messages.StandardMessagesProvider
 
PropertiesReader - Interface in org.echocat.locela.api.java.properties
 
propertiesReader() - Static method in class org.echocat.locela.api.java.properties.StandardPropertiesReader
 
PropertiesSupport<V> - Class in org.echocat.locela.api.java.properties
 
PropertiesSupport() - Constructor for class org.echocat.locela.api.java.properties.PropertiesSupport
 
PropertiesWriter - Interface in org.echocat.locela.api.java.properties
 
property() - Method in class org.echocat.locela.api.java.messages.PropertyMessage
 
Property<V> - Interface in org.echocat.locela.api.java.properties
 
property(String, Class<V>) - Static method in class org.echocat.locela.api.java.properties.StandardProperty
 
property(String) - Static method in class org.echocat.locela.api.java.properties.StandardProperty
 
PropertyFormatter - Interface in org.echocat.locela.api.java.properties
 
propertyFormatter() - Method in class org.echocat.locela.api.java.properties.StandardPropertiesWriter
 
propertyFormatter() - Static method in class org.echocat.locela.api.java.properties.StandardPropertyFormatter
 
PropertyLine(String) - Constructor for class org.echocat.locela.api.java.properties.Line.PropertyLine
 
PropertyMessage - Class in org.echocat.locela.api.java.messages
 
PropertyMessage(Locale, Property<?>, FormatterFactory<?>) - Constructor for class org.echocat.locela.api.java.messages.PropertyMessage
 
propertyMessageFor(Property<?>) - Method in class org.echocat.locela.api.java.messages.PropertiesMessages
 
PropertyParser - Interface in org.echocat.locela.api.java.properties
 
propertyParser() - Method in class org.echocat.locela.api.java.properties.StandardPropertiesReader
 
propertyParser() - Static method in class org.echocat.locela.api.java.properties.StandardPropertyParser
 
PropertySupport<V> - Class in org.echocat.locela.api.java.properties
 
PropertySupport() - Constructor for class org.echocat.locela.api.java.properties.PropertySupport
 
propertyWriter() - Static method in class org.echocat.locela.api.java.properties.StandardPropertiesWriter
 
provideBy(Class<T>) - Method in interface org.echocat.locela.api.java.annotations.Annotation.Factory.Provider
 
provideBy(String) - Method in interface org.echocat.locela.api.java.annotations.Annotation.Factory.Provider
 
provideBy(Class<T>) - Method in class org.echocat.locela.api.java.annotations.StandardAnnotationFactoryProvider
 
provideBy(String) - Method in class org.echocat.locela.api.java.annotations.StandardAnnotationFactoryProvider
 
provideBy(Locale, FileAccessor, String) - Method in class org.echocat.locela.api.java.messages.LocaleHierarchyAwareMessagesProvider
 
provideBy(Locale, Class<?>) - Method in interface org.echocat.locela.api.java.messages.MessagesProvider
 
provideBy(Locale, Class<?>, String) - Method in interface org.echocat.locela.api.java.messages.MessagesProvider
 
provideBy(Locale, ClassLoader, String) - Method in interface org.echocat.locela.api.java.messages.MessagesProvider
 
provideBy(Locale, File, String) - Method in interface org.echocat.locela.api.java.messages.MessagesProvider
 
provideBy(Locale, FileAccessor, String) - Method in interface org.echocat.locela.api.java.messages.MessagesProvider
 
provideBy(Locale, Class<?>) - Method in class org.echocat.locela.api.java.messages.MessagesProviderSupport
 
provideBy(Locale, Class<?>, String) - Method in class org.echocat.locela.api.java.messages.MessagesProviderSupport
 
provideBy(Locale, ClassLoader, String) - Method in class org.echocat.locela.api.java.messages.MessagesProviderSupport
 
provideBy(Locale, File, String) - Method in class org.echocat.locela.api.java.messages.MessagesProviderSupport
 
provideBy(Locale, FileAccessor, String) - Method in class org.echocat.locela.api.java.messages.RecursiveMessagesProvider
 
provideBy(Locale, FileAccessor, String) - Method in class org.echocat.locela.api.java.messages.StandardMessagesProvider
 
provideLocaleToMessagesBy(FileAccessor, String) - Method in class org.echocat.locela.api.java.messages.LocaleHierarchyAwareMessagesProvider
 
putAll(Map<K, V>, Object...) - Static method in class org.echocat.locela.api.java.utils.CollectionUtils
Returns the given map enriched with the mappings a[0] => a[1], a[2] => a[3], ....
putAllAndMakeImmutable(Map<K, V>, Object...) - Static method in class org.echocat.locela.api.java.utils.CollectionUtils
Returns the given map enriched with the mappings a[0] => a[1], a[2] => a[3], ....

R

read() - Method in interface org.echocat.locela.api.java.properties.PropertiesLineReader
 
read(Reader) - Method in interface org.echocat.locela.api.java.properties.PropertiesReader
 
read() - Method in class org.echocat.locela.api.java.properties.StandardPropertiesLineReader
 
read(Reader) - Method in class org.echocat.locela.api.java.properties.StandardPropertiesReader
 
read(PropertiesLineReader) - Method in class org.echocat.locela.api.java.properties.StandardPropertiesReader
 
RecursiveMessagesProvider - Class in org.echocat.locela.api.java.messages
 
RecursiveMessagesProvider() - Constructor for class org.echocat.locela.api.java.messages.RecursiveMessagesProvider
 
RecursiveMessagesProvider(MessagesProvider) - Constructor for class org.echocat.locela.api.java.messages.RecursiveMessagesProvider
 
recursiveMessagesProvider() - Static method in class org.echocat.locela.api.java.messages.RecursiveMessagesProvider
 
remove(String) - Method in interface org.echocat.locela.api.java.properties.Properties
 
remove(String) - Method in class org.echocat.locela.api.java.properties.StandardProperties
 
remove() - Method in class org.echocat.locela.api.java.support.LocaleHierarchyIterator
 
remove() - Method in class org.echocat.locela.api.java.utils.ConvertingIterator
 
remove(T) - Method in interface org.echocat.locela.api.java.utils.IterationUtils.RemoveHandler
 
removeAnnotation(Annotation) - Method in interface org.echocat.locela.api.java.annotations.AnnotationContainer
 
removeAnnotation(Annotation) - Method in class org.echocat.locela.api.java.annotations.AnnotationContainerSupport
 
removeAnnotations(Class<? extends Annotation>) - Method in interface org.echocat.locela.api.java.annotations.AnnotationContainer
 
removeAnnotations(Class<? extends Annotation>) - Method in class org.echocat.locela.api.java.annotations.AnnotationContainerSupport
 
removeExtension(String) - Static method in class org.echocat.locela.api.java.utils.FilenameUtils
 
ResourceUtils - Class in org.echocat.locela.api.java.utils
 

S

selectValueFrom(Object) - Method in class org.echocat.locela.api.java.format.MessageFormatter.ParameterAwareFormatter
 
set(V) - Method in interface org.echocat.locela.api.java.properties.Property
 
set(V) - Method in class org.echocat.locela.api.java.properties.StandardProperty
 
setMaxCacheEntries(Integer) - Method in class org.echocat.locela.api.java.support.MessageProviderBasedMessageSource
 
StandardAnnotationFactoryProvider - Class in org.echocat.locela.api.java.annotations
 
StandardAnnotationFactoryProvider(Annotation.Factory<? extends Annotation>...) - Constructor for class org.echocat.locela.api.java.annotations.StandardAnnotationFactoryProvider
 
StandardAnnotationFactoryProvider(Iterable<Annotation.Factory<? extends Annotation>>) - Constructor for class org.echocat.locela.api.java.annotations.StandardAnnotationFactoryProvider
 
StandardLocaleNormalizer - Class in org.echocat.locela.api.java.support
 
StandardLocaleNormalizer(Locale, Locale...) - Constructor for class org.echocat.locela.api.java.support.StandardLocaleNormalizer
 
StandardLocaleNormalizer(Locale, Iterable<Locale>) - Constructor for class org.echocat.locela.api.java.support.StandardLocaleNormalizer
 
StandardMessage - Class in org.echocat.locela.api.java.messages
 
StandardMessage(Locale, String, String, FormatterFactory<?>) - Constructor for class org.echocat.locela.api.java.messages.StandardMessage
 
StandardMessages - Class in org.echocat.locela.api.java.messages
 
StandardMessages(Iterable<Message>) - Constructor for class org.echocat.locela.api.java.messages.StandardMessages
 
StandardMessagesProvider - Class in org.echocat.locela.api.java.messages
 
StandardMessagesProvider() - Constructor for class org.echocat.locela.api.java.messages.StandardMessagesProvider
 
StandardMessagesProvider(PropertiesReader, FormatterFactory<?>) - Constructor for class org.echocat.locela.api.java.messages.StandardMessagesProvider
 
StandardProperties<V> - Class in org.echocat.locela.api.java.properties
 
StandardProperties() - Constructor for class org.echocat.locela.api.java.properties.StandardProperties
 
StandardPropertiesLineReader - Class in org.echocat.locela.api.java.properties
 
StandardPropertiesLineReader(Reader) - Constructor for class org.echocat.locela.api.java.properties.StandardPropertiesLineReader
 
StandardPropertiesLineReader(Reader, int) - Constructor for class org.echocat.locela.api.java.properties.StandardPropertiesLineReader
 
StandardPropertiesReader - Class in org.echocat.locela.api.java.properties
 
StandardPropertiesReader() - Constructor for class org.echocat.locela.api.java.properties.StandardPropertiesReader
 
StandardPropertiesReader(AnnotationsParser, PropertyParser) - Constructor for class org.echocat.locela.api.java.properties.StandardPropertiesReader
 
StandardPropertiesWriter - Class in org.echocat.locela.api.java.properties
 
StandardPropertiesWriter() - Constructor for class org.echocat.locela.api.java.properties.StandardPropertiesWriter
 
StandardPropertiesWriter(PropertyFormatter, AnnotationsFormatter) - Constructor for class org.echocat.locela.api.java.properties.StandardPropertiesWriter
 
StandardProperty<V> - Class in org.echocat.locela.api.java.properties
 
StandardProperty(String, Class<V>) - Constructor for class org.echocat.locela.api.java.properties.StandardProperty
 
StandardPropertyFormatter - Class in org.echocat.locela.api.java.properties
 
StandardPropertyFormatter() - Constructor for class org.echocat.locela.api.java.properties.StandardPropertyFormatter
 
StandardPropertyParser - Class in org.echocat.locela.api.java.properties
 
StandardPropertyParser() - Constructor for class org.echocat.locela.api.java.properties.StandardPropertyParser
 
StandardPropertyParser.Extraction - Class in org.echocat.locela.api.java.properties
 
startsWith(Locale, Locale) - Method in class org.echocat.locela.api.java.support.StandardLocaleNormalizer
 
StaticFormatter(Locale, String) - Constructor for class org.echocat.locela.api.java.format.MessageFormatter.StaticFormatter
 
StringUtils - Class in org.echocat.locela.api.java.utils
 
systemFileSeparator() - Method in class org.echocat.locela.api.java.messages.RecursiveMessagesProvider
 

T

TimeFormatter - Class in org.echocat.locela.api.java.format
 
TimeFormatter(Locale, DateFormat) - Constructor for class org.echocat.locela.api.java.format.TimeFormatter
 
TimeFormatter(Locale, TimeFormatter.Pattern) - Constructor for class org.echocat.locela.api.java.format.TimeFormatter
 
TimeFormatter(Locale, String) - Constructor for class org.echocat.locela.api.java.format.TimeFormatter
 
TimeFormatter.Factory - Class in org.echocat.locela.api.java.format
 
TimeFormatter.Pattern - Enum in org.echocat.locela.api.java.format
 
timeFormatterFactory() - Static method in class org.echocat.locela.api.java.format.TimeFormatter
 
toAnnotations(String) - Method in class org.echocat.locela.api.java.properties.StandardPropertiesReader
 
toFormat(Locale) - Method in enum org.echocat.locela.api.java.format.DateFormatter.Pattern
 
toFormat(Locale) - Method in enum org.echocat.locela.api.java.format.DateTimeFormatter.Pattern
 
toFormat(Locale) - Method in enum org.echocat.locela.api.java.format.NumberFormatter.Pattern
 
toFormat(Locale) - Method in enum org.echocat.locela.api.java.format.TimeFormatter.Pattern
 
toIdToFactory(Iterable<FormatterFactory<?>>) - Method in class org.echocat.locela.api.java.format.MessageFormatterFactory
 
toIterator(IterationUtils.RemoveHandler<T>, Iterable<? extends T>) - Static method in class org.echocat.locela.api.java.utils.IterationUtils
 
toLine(StringBuilder, boolean) - Method in class org.echocat.locela.api.java.properties.StandardPropertiesLineReader
 
toResourceBundle(Messages) - Static method in class org.echocat.locela.api.java.utils.MessagesUtils
 
toResourceBundle(Messages, Locale) - Static method in class org.echocat.locela.api.java.utils.MessagesUtils
 
toString() - Method in class org.echocat.locela.api.java.annotations.CommentAnnotation
 
toString() - Method in class org.echocat.locela.api.java.format.ChoiceFormatter.Condition
 
toString() - Method in enum org.echocat.locela.api.java.format.ChoiceFormatter.Operator
 
toString() - Method in class org.echocat.locela.api.java.format.ChoiceFormatter
 
toString() - Method in enum org.echocat.locela.api.java.format.DateFormatter.Pattern
 
toString() - Method in class org.echocat.locela.api.java.format.DateFormatter
 
toString() - Method in enum org.echocat.locela.api.java.format.DateTimeFormatter.Pattern
 
toString() - Method in class org.echocat.locela.api.java.format.DateTimeFormatter
 
toString() - Method in class org.echocat.locela.api.java.format.MessageFormatter.ParameterAwareFormatter
 
toString() - Method in class org.echocat.locela.api.java.format.MessageFormatter.StaticFormatter
 
toString() - Method in class org.echocat.locela.api.java.format.MessageFormatter
 
toString() - Method in class org.echocat.locela.api.java.format.NumberFormatter
 
toString() - Method in enum org.echocat.locela.api.java.format.TimeFormatter.Pattern
 
toString() - Method in class org.echocat.locela.api.java.format.TimeFormatter
 
toString() - Method in class org.echocat.locela.api.java.messages.LocaleAwareMessages
 
toString() - Method in class org.echocat.locela.api.java.messages.MessagesSupport
 
toString() - Method in class org.echocat.locela.api.java.messages.MessageSupport
 
toString() - Method in class org.echocat.locela.api.java.properties.Line.LineSupport
 
toString() - Method in class org.echocat.locela.api.java.properties.PropertiesSupport
 
toString() - Method in class org.echocat.locela.api.java.properties.PropertySupport
 
toString() - Method in class org.echocat.locela.api.java.support.LocaleHierarchy
 
toString(Reader) - Static method in class org.echocat.locela.api.java.utils.IOUtils
 
tryGetAsInteger(String) - Method in class org.echocat.locela.api.java.format.MessageFormatter.ParameterAwareFormatter
 

U

UnknownAnnotationException(String) - Constructor for exception org.echocat.locela.api.java.annotations.Annotation.Factory.Provider.UnknownAnnotationException
 

V

valueOf(String) - Static method in enum org.echocat.locela.api.java.format.ChoiceFormatter.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.echocat.locela.api.java.format.DateFormatter.Pattern
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.echocat.locela.api.java.format.DateTimeFormatter.Pattern
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.echocat.locela.api.java.format.NumberFormatter.Pattern
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.echocat.locela.api.java.format.TimeFormatter.Pattern
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.echocat.locela.api.java.format.ChoiceFormatter.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.echocat.locela.api.java.format.DateFormatter.Pattern
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.echocat.locela.api.java.format.DateTimeFormatter.Pattern
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.echocat.locela.api.java.format.NumberFormatter.Pattern
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.echocat.locela.api.java.format.TimeFormatter.Pattern
Returns an array containing the constants of this enum type, in the order they are declared.

W

withAnnotations(Annotation...) - Method in class org.echocat.locela.api.java.properties.StandardProperties
 
withAnnotations(Iterable<? extends Annotation>) - Method in class org.echocat.locela.api.java.properties.StandardProperties
 
withAnnotations(Annotation...) - Method in class org.echocat.locela.api.java.properties.StandardProperty
 
withAnnotations(Iterable<? extends Annotation>) - Method in class org.echocat.locela.api.java.properties.StandardProperty
 
withProperties(Property<?>...) - Method in class org.echocat.locela.api.java.properties.StandardProperties
 
withProperties(Iterable<? extends Property<? extends V>>) - Method in class org.echocat.locela.api.java.properties.StandardProperties
 
write(Writer) - Method in class org.echocat.locela.api.java.properties.Line.CommentLine
 
write(Writer) - Method in class org.echocat.locela.api.java.properties.Line.EmptyLine
 
write(Writer) - Method in class org.echocat.locela.api.java.properties.Line.PropertyLine
 
write(Writer) - Method in interface org.echocat.locela.api.java.properties.Line
 
write(Properties<String>, Writer) - Method in interface org.echocat.locela.api.java.properties.PropertiesWriter
 
write(Properties<String>, Writer) - Method in class org.echocat.locela.api.java.properties.StandardPropertiesWriter
 
writeAnnotations(AnnotationContainer, Writer) - Method in class org.echocat.locela.api.java.properties.StandardPropertiesWriter
 
writeHead(Properties<String>, Writer) - Method in class org.echocat.locela.api.java.properties.StandardPropertiesWriter
 
writeProperty(Property<String>, Writer) - Method in class org.echocat.locela.api.java.properties.StandardPropertiesWriter
 
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links

Copyright © 2023 echocat. All rights reserved.