Class Translations.TranslationsSection
java.lang.Object
org.openhab.core.tools.i18n.plugin.Translations.TranslationsSection
- Enclosing class:
- Translations
-
Constructor Summary
ConstructorDescriptionTranslationsSection
(String header, List<Translations.TranslationsGroup> groups) -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
removeEntries
(Predicate<? super Translations.TranslationsEntry> filter) section
(String header, Stream<Translations.TranslationsGroup> groups) section
(String header, Translations.TranslationsGroup... groups) section
(Stream<Translations.TranslationsGroup> groups) section
(Translations.TranslationsGroup... groups)
-
Constructor Details
-
TranslationsSection
-
TranslationsSection
-
-
Method Details
-
hasTranslations
public boolean hasTranslations() -
keysStream
-
linesStream
-
removeEntries
-
section
public static Translations.TranslationsSection section(Stream<Translations.TranslationsGroup> groups) -
section
public static Translations.TranslationsSection section(String header, Stream<Translations.TranslationsGroup> groups) -
section
-
section
public static Translations.TranslationsSection section(String header, Translations.TranslationsGroup... groups)
-