Package com.google.inject.internal
Class ErrorFormatter
- java.lang.Object
-
- com.google.inject.internal.ErrorFormatter
-
final class ErrorFormatter extends java.lang.Object
Helper for formatting Guice errors.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ErrorFormatter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static void
formatSources(int index, java.util.List<java.lang.Object> sources, java.util.Formatter formatter)
Format a list of sources to the givenformatter
, prefixed by the giveindex
.(package private) static void
formatSources(java.util.List<java.lang.Object> sources, java.util.Formatter formatter)
Format a list of sources to the givenformatter
.
-
-
-
Method Detail
-
formatSources
static void formatSources(int index, java.util.List<java.lang.Object> sources, java.util.Formatter formatter)
Format a list of sources to the givenformatter
, prefixed by the giveindex
.
-
formatSources
static void formatSources(java.util.List<java.lang.Object> sources, java.util.Formatter formatter)
Format a list of sources to the givenformatter
.
-
-