Class DebugInfoRuntime

java.lang.Object
org.apache.olingo.odata2.core.debug.DebugInfoRuntime
All Implemented Interfaces:
DebugInfo

public class DebugInfoRuntime extends Object implements DebugInfo
Runtime debug information.
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Description copied from interface: DebugInfo
      Gets the name of this debug information part, useful as title.
      Specified by:
      getName in interface DebugInfo
      Returns:
      the name
    • appendJson

      public void appendJson(JsonStreamWriter jsonStreamWriter) throws IOException
      Description copied from interface: DebugInfo
      Appends the content of this debug information part to the given JSON stream writer.
      Specified by:
      appendJson in interface DebugInfo
      Parameters:
      jsonStreamWriter - a JSON stream writer
      Throws:
      IOException
    • appendHtml

      public void appendHtml(Writer writer) throws IOException
      Description copied from interface: DebugInfo
      Appends the content of this debug information part to the given writer.
      Specified by:
      appendHtml in interface DebugInfo
      Parameters:
      writer - a Writer
      Throws:
      IOException