Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jobXML10 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
Listener<Listeners<T>> |
Listeners.createListener()
Creates a new
listener element |
Listener<Listeners<T>> |
Listeners.getOrCreateListener()
If not already created, a new
listener element will be created and returned. |
Listener<T> |
Listener.ref(String ref)
Sets the
ref attribute |
Listener<T> |
Listener.removeProperties()
Removes the
properties element |
Listener<T> |
Listener.removeRef()
Removes the
ref attribute |
Modifier and Type | Method and Description |
---|---|
List<Listener<Listeners<T>>> |
Listeners.getAllListener()
Returns all
listener elements |
Properties<Listener<T>> |
Listener.getOrCreateProperties()
If not already created, a new
properties element with the given value will be created. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.