public interface Exclude<T> extends Child<T>, JavaeeExcludeCommType<T,Exclude<T>,IfClassAvailable<Exclude<T>>,IfClassNotAvailable<Exclude<T>>,IfSystemProperty<Exclude<T>>>
exclude
xsd typeModifier and Type | Method and Description |
---|---|
IfClassAvailable<Exclude<T>> |
createIfClassAvailable()
Creates a new
if-class-available element |
IfClassNotAvailable<Exclude<T>> |
createIfClassNotAvailable()
Creates a new
if-class-not-available element |
IfSystemProperty<Exclude<T>> |
createIfSystemProperty()
Creates a new
if-system-property element |
List<IfClassAvailable<Exclude<T>>> |
getAllIfClassAvailable()
Returns all
if-class-available elements |
List<IfClassNotAvailable<Exclude<T>>> |
getAllIfClassNotAvailable()
Returns all
if-class-not-available elements |
List<IfSystemProperty<Exclude<T>>> |
getAllIfSystemProperty()
Returns all
if-system-property elements |
String |
getName()
Returns the
name attribute |
IfClassAvailable<Exclude<T>> |
getOrCreateIfClassAvailable()
If not already created, a new
if-class-available element will be created and returned. |
IfClassNotAvailable<Exclude<T>> |
getOrCreateIfClassNotAvailable()
If not already created, a new
if-class-not-available element will be created and returned. |
IfSystemProperty<Exclude<T>> |
getOrCreateIfSystemProperty()
If not already created, a new
if-system-property element will be created and returned. |
Exclude<T> |
name(String name)
Sets the
name attribute |
Exclude<T> |
removeAllIfClassAvailable()
Removes all
if-class-available elements |
Exclude<T> |
removeAllIfClassNotAvailable()
Removes all
if-class-not-available elements |
Exclude<T> |
removeAllIfSystemProperty()
Removes all
if-system-property elements |
Exclude<T> |
removeName()
Removes the
name attribute |
IfClassAvailable<Exclude<T>> getOrCreateIfClassAvailable()
if-class-available
element will be created and returned.
Otherwise, the first existing if-class-available
element will be returned.if-class-available
IfClassAvailable<Exclude<T>> createIfClassAvailable()
if-class-available
elementIfClassAvailable>
List<IfClassAvailable<Exclude<T>>> getAllIfClassAvailable()
if-class-available
elementsif-class-available
Exclude<T> removeAllIfClassAvailable()
if-class-available
elementsIfClassAvailable>
IfClassNotAvailable<Exclude<T>> getOrCreateIfClassNotAvailable()
if-class-not-available
element will be created and returned.
Otherwise, the first existing if-class-not-available
element will be returned.if-class-not-available
IfClassNotAvailable<Exclude<T>> createIfClassNotAvailable()
if-class-not-available
elementIfClassNotAvailable>
List<IfClassNotAvailable<Exclude<T>>> getAllIfClassNotAvailable()
if-class-not-available
elementsif-class-not-available
Exclude<T> removeAllIfClassNotAvailable()
if-class-not-available
elementsIfClassNotAvailable>
IfSystemProperty<Exclude<T>> getOrCreateIfSystemProperty()
if-system-property
element will be created and returned.
Otherwise, the first existing if-system-property
element will be returned.if-system-property
IfSystemProperty<Exclude<T>> createIfSystemProperty()
if-system-property
elementIfSystemProperty>
List<IfSystemProperty<Exclude<T>>> getAllIfSystemProperty()
if-system-property
elementsif-system-property
Exclude<T> removeAllIfSystemProperty()
if-system-property
elementsIfSystemProperty>
Exclude<T> name(String name)
name
attributename
- the value for the attribute name
Exclude
String getName()
name
attributename
Copyright © 2018 JBoss by Red Hat. All rights reserved.