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 |
---|---|
Listeners<Step<T>> |
Step.getOrCreateListeners()
If not already created, a new
listeners element with the given value will be created. |
Listeners<JobXMLDescriptor> |
JobXMLDescriptor.getOrCreateListeners()
If not already created, a new
listeners element with the given value will be created. |
Listeners<T> |
Listeners.removeAllListener()
Removes all
listener elements |
Modifier and Type | Method and Description |
---|---|
Listener<Listeners<T>> |
Listeners.createListener()
Creates a new
listener element |
List<Listener<Listeners<T>>> |
Listeners.getAllListener()
Returns all
listener elements |
Listener<Listeners<T>> |
Listeners.getOrCreateListener()
If not already created, a new
listener element will be created and returned. |
Copyright © 2024 JBoss by Red Hat. All rights reserved.