Class 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.String listFormat​(@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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 formatters
        type - object type
        meta - object meta
        tags - object tags
        Returns:
        a formated string