Class VerboseUtils

java.lang.Object
org.ddogleg.util.VerboseUtils

public class VerboseUtils extends Object
  • Field Details

    • RECURSIVE

      public static final String RECURSIVE
      See Also:
    • RUNTIME

      public static final String RUNTIME
      See Also:
    • VERBOSE_PREFIX_LENGTH

      public static int VERBOSE_PREFIX_LENGTH
    • VERBOSE_PRINT_TABLE

      public static boolean VERBOSE_PRINT_TABLE
  • Constructor Details

    • VerboseUtils

      public VerboseUtils()
  • Method Details

    • addPrefix

      @Nullable public static @Nullable PrintStream addPrefix(VerbosePrint owner, @Nullable @Nullable PrintStream out)
    • addPrefix

      @Nullable public static @Nullable PrintStream addPrefix(VerbosePrint owner, int numIndents, @Nullable @Nullable PrintStream out)
    • nameToShort

      public static String nameToShort(String name, int length)
    • verboseChildren

      public static void verboseChildren(@Nullable @Nullable PrintStream out, @Nullable @Nullable Set<String> configuration, @Nullable @Nullable VerbosePrint... children)
    • hashSet

      public static <T> Set<T> hashSet(T... values)