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 |
---|---|
Exclude<Scan<T>> |
Scan.createExclude()
Creates a new
exclude element |
Exclude<Scan<T>> |
Scan.getOrCreateExclude()
If not already created, a new
exclude element will be created and returned. |
Exclude<T> |
Exclude.name(String name)
Sets the
name attribute |
Exclude<T> |
Exclude.removeAllIfClassAvailable()
Removes all
if-class-available elements |
Exclude<T> |
Exclude.removeAllIfClassNotAvailable()
Removes all
if-class-not-available elements |
Exclude<T> |
Exclude.removeAllIfSystemProperty()
Removes all
if-system-property elements |
Exclude<T> |
Exclude.removeName()
Removes the
name attribute |
Modifier and Type | Method and Description |
---|---|
IfClassAvailable<Exclude<T>> |
Exclude.createIfClassAvailable()
Creates a new
if-class-available element |
IfClassNotAvailable<Exclude<T>> |
Exclude.createIfClassNotAvailable()
Creates a new
if-class-not-available element |
IfSystemProperty<Exclude<T>> |
Exclude.createIfSystemProperty()
Creates a new
if-system-property element |
List<Exclude<Scan<T>>> |
Scan.getAllExclude()
Returns all
exclude elements |
List<IfClassAvailable<Exclude<T>>> |
Exclude.getAllIfClassAvailable()
Returns all
if-class-available elements |
List<IfClassNotAvailable<Exclude<T>>> |
Exclude.getAllIfClassNotAvailable()
Returns all
if-class-not-available elements |
List<IfSystemProperty<Exclude<T>>> |
Exclude.getAllIfSystemProperty()
Returns all
if-system-property elements |
IfClassAvailable<Exclude<T>> |
Exclude.getOrCreateIfClassAvailable()
If not already created, a new
if-class-available element will be created and returned. |
IfClassNotAvailable<Exclude<T>> |
Exclude.getOrCreateIfClassNotAvailable()
If not already created, a new
if-class-not-available element will be created and returned. |
IfSystemProperty<Exclude<T>> |
Exclude.getOrCreateIfSystemProperty()
If not already created, a new
if-system-property element will be created and returned. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.