Package org.wildfly.subsystem
Interface SubsystemConfiguration
-
public interface SubsystemConfigurationEncapsulates the configuration of a subsystem.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubsystemModelgetModel()Returns the subsystem model.StringgetName()Returns the subsystem name.SubsystemResourceDefinitionRegistrargetRegistrar()Returns the registrar of the subsystem.
-
-
-
Method Detail
-
getName
String getName()
Returns the subsystem name.- Returns:
- the subsystem name.
-
getModel
SubsystemModel getModel()
Returns the subsystem model.- Returns:
- the subsystem model.
-
getRegistrar
SubsystemResourceDefinitionRegistrar getRegistrar()
Returns the registrar of the subsystem.- Returns:
- the registrar of the subsystem.
-
-