
public interface ExcludeSubsystemsType<T> extends Child<T>
exclude-subsystemsType xsd type| Modifier 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.subsystemSubsystemType<ExcludeSubsystemsType<T>> createSubsystem()
subsystem elementSubsystemType> List<SubsystemType<ExcludeSubsystemsType<T>>> getAllSubsystem()
subsystem elementssubsystemExcludeSubsystemsType<T> removeAllSubsystem()
subsystem elementsSubsystemType> Copyright © 2025 JBoss by Red Hat. All rights reserved.