Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.beans11 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
IfClassAvailable<Exclude<T>> |
Exclude.createIfClassAvailable()
Creates a new
if-class-available element |
IfClassAvailable<Exclude<T>> |
Exclude.getOrCreateIfClassAvailable()
If not already created, a new
if-class-available element will be created and returned. |
IfClassAvailable<T> |
IfClassAvailable.name(String name)
Sets the
name attribute |
IfClassAvailable<T> |
IfClassAvailable.removeName()
Removes the
name attribute |
Modifier and Type | Method and Description |
---|---|
List<IfClassAvailable<Exclude<T>>> |
Exclude.getAllIfClassAvailable()
Returns all
if-class-available elements |
Copyright © 2019 JBoss by Red Hat. All rights reserved.