Interface CdsInfo


public interface CdsInfo
A CdsInfo describes a part of the CDS runtime stack. Implementing classes can get access to the CdsRuntime by implementing CdsRuntimeAware.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    Controls level of detail of the content presented
  • Method Summary

    Modifier and Type
    Method
    Description
    Provides the information in a specific flavor.
     
  • Method Details

    • name

      String name()
      Returns:
      The name of the info section
    • info

      Object info(CdsInfo.Details details)
      Provides the information in a specific flavor.
      Parameters:
      details - Specifies the detail level of the information
      Returns:
      The information, potentially in a recursive structure