public interface ExcludeSubsystemsType<T> extends Child<T>
exclude-subsystemsType
xsd typeModifier and Type | Method and Description |
---|---|
SubsystemType<ExcludeSubsystemsType<T>> |
createSubsystem()
Creates a new
subsystem element |
List<SubsystemType<ExcludeSubsystemsType<T>>> |
getAllSubsystem()
Returns all
subsystem elements |
SubsystemType<ExcludeSubsystemsType<T>> |
getOrCreateSubsystem()
If not already created, a new
subsystem element will be created and returned. |
ExcludeSubsystemsType<T> |
removeAllSubsystem()
Removes all
subsystem elements |
SubsystemType<ExcludeSubsystemsType<T>> getOrCreateSubsystem()
subsystem
element will be created and returned.
Otherwise, the first existing subsystem
element will be returned.subsystem
SubsystemType<ExcludeSubsystemsType<T>> createSubsystem()
subsystem
elementSubsystemType>
List<SubsystemType<ExcludeSubsystemsType<T>>> getAllSubsystem()
subsystem
elementssubsystem
ExcludeSubsystemsType<T> removeAllSubsystem()
subsystem
elementsSubsystemType>
Copyright © 2024 JBoss by Red Hat. All rights reserved.