Package org.ddogleg.util
Class VerboseUtils
java.lang.Object
org.ddogleg.util.VerboseUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable PrintStream
addPrefix
(VerbosePrint owner, int numIndents, @Nullable PrintStream out) static @Nullable PrintStream
addPrefix
(VerbosePrint owner, @Nullable PrintStream out) static <T> Set<T>
hashSet
(T... values) static String
nameToShort
(String name, int length) static void
verboseChildren
(@Nullable PrintStream out, @Nullable Set<String> configuration, @Nullable VerbosePrint... children)
-
Field Details
-
RECURSIVE
- See Also:
-
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
-
verboseChildren
public static void verboseChildren(@Nullable @Nullable PrintStream out, @Nullable @Nullable Set<String> configuration, @Nullable @Nullable VerbosePrint... children) -
hashSet
-