Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jbossdeployment12 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
SubsystemType<ExcludeSubsystemsType<T>> |
ExcludeSubsystemsType.createSubsystem()
Creates a new
subsystem element |
SubsystemType<ExcludeSubsystemsType<T>> |
ExcludeSubsystemsType.getOrCreateSubsystem()
If not already created, a new
subsystem element will be created and returned. |
SubsystemType<T> |
SubsystemType.name(String name)
Sets the
name attribute |
SubsystemType<T> |
SubsystemType.removeName()
Removes the
name attribute |
Modifier and Type | Method and Description |
---|---|
List<SubsystemType<ExcludeSubsystemsType<T>>> |
ExcludeSubsystemsType.getAllSubsystem()
Returns all
subsystem elements |
Copyright © 2016 JBoss by Red Hat. All rights reserved.