Interface DebugAccessor

All Known Subinterfaces:
DebugAccessor.DebugProperty

public interface DebugAccessor
Provides an accessor for a debug property.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Provides a mutator for a debug property.
    static interface 
    Provides a debug property.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Retrieves the debug status from the debug property.
  • Method Details

    • isDebug

      boolean isDebug()
      Retrieves the debug status from the debug property.
      Returns:
      The debug status stored by the debug property.