Package ch.poole.osm.josmtemplateparser
Class Util
- java.lang.Object
-
- ch.poole.osm.josmtemplateparser.Util
-
public final class Util extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringlistFormat(@NotNull java.util.List<Formatter> formatters, @NotNull ch.poole.osm.josmfilterparser.Type type, @Nullable ch.poole.osm.josmfilterparser.Meta meta, @Nullable java.util.Map<java.lang.String,java.lang.String> tags)Execute a list of formatters
-
-
-
Method Detail
-
listFormat
public static java.lang.String listFormat(@NotNull @NotNull java.util.List<Formatter> formatters, @NotNull @NotNull ch.poole.osm.josmfilterparser.Type type, @Nullable @Nullable ch.poole.osm.josmfilterparser.Meta meta, @Nullable @Nullable java.util.Map<java.lang.String,java.lang.String> tags)Execute a list of formatters- Parameters:
formatters- the formatterstype- object typemeta- object metatags- object tags- Returns:
- a formated string
-
-