Interface Subsystems

All Known Implementing Classes:
WsSubsystems

public interface Subsystems
Used in implementations to enumerate Subsystems. We would like to have a super class for this structure, however, Java does not support enums extending classes.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name mapped to the subsystem.
    Returns subsystem's class.
  • Method Details

    • getName

      String getName()
      Returns the name mapped to the subsystem.
      Returns:
      Name mapped to the subsystem.
    • getSubsystemClass

      Class<?> getSubsystemClass()
      Returns subsystem's class.
      Returns:
      Subsystem's class.