Package org.wildstang.framework.core
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
Returns the name mapped to the subsystem.java.lang.Class<?>
getSubsystemClass()
Returns subsystem's class.
-