Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.batchXML10 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
BatchArtifactRef<T> |
BatchArtifactRef.clazz(String clazz)
Sets the
class attribute |
BatchArtifactRef<BatchXMLDescriptor> |
BatchXMLDescriptor.createRef()
Creates a new
ref element |
BatchArtifactRef<BatchXMLDescriptor> |
BatchXMLDescriptor.getOrCreateRef()
If not already created, a new
ref element will be created and returned. |
BatchArtifactRef<T> |
BatchArtifactRef.id(String id)
Sets the
id attribute |
BatchArtifactRef<T> |
BatchArtifactRef.removeClazzAttr()
Removes the
class attribute |
BatchArtifactRef<T> |
BatchArtifactRef.removeId()
Removes the
id attribute |
Modifier and Type | Method and Description |
---|---|
List<BatchArtifactRef<BatchXMLDescriptor>> |
BatchXMLDescriptor.getAllRef()
Returns all
ref elements |
Copyright © 2024 JBoss by Red Hat. All rights reserved.