Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jbossdeployment10 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
TransformerType<T> |
TransformerType.clazz(String clazz)
Sets the
class attribute |
TransformerType<TransformerSetType<T>> |
TransformerSetType.createTransformer()
Creates a new
transformer element |
TransformerType<TransformerSetType<T>> |
TransformerSetType.getOrCreateTransformer()
If not already created, a new
transformer element will be created and returned. |
TransformerType<T> |
TransformerType.removeClazzAttr()
Removes the
class attribute |
Modifier and Type | Method and Description |
---|---|
List<TransformerType<TransformerSetType<T>>> |
TransformerSetType.getAllTransformer()
Returns all
transformer elements |
Copyright © 2017 JBoss by Red Hat. All rights reserved.