Class TreeLogger.HelpInfo

java.lang.Object
com.google.gwt.core.ext.TreeLogger.HelpInfo
Enclosing class:
TreeLogger

public abstract static class TreeLogger.HelpInfo extends Object
Provides extra information to the user, generally details of what caused the problem or what the user should do to fix the problem. How this information is interpreted and displayed is implementation-dependent.
  • Constructor Details

    • HelpInfo

      public HelpInfo()
  • Method Details

    • getAnchorText

      public String getAnchorText()
      Returns:
      the text to use for an anchor if not null and getURL is non-null.
    • getPrefix

      public String getPrefix()
      Returns:
      the prefix to go before the link.
    • getURL

      public URL getURL()
      Returns:
      a URL containing extra information about the problem, or null if none.