Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar30 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ExcludeListType<T> |
ExcludeListType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
ExcludeListType<AssemblyDescriptorType<T>> |
AssemblyDescriptorType.getOrCreateExcludeList()
If not already created, a new
exclude-list element with the given value will be created. |
ExcludeListType<T> |
ExcludeListType.id(String id)
Sets the
id attribute |
ExcludeListType<T> |
ExcludeListType.removeAllDescription()
Removes the
description element |
ExcludeListType<T> |
ExcludeListType.removeAllMethod()
Removes all
method elements |
ExcludeListType<T> |
ExcludeListType.removeId()
Removes the
id attribute |
Modifier and Type | Method and Description |
---|---|
MethodType<ExcludeListType<T>> |
ExcludeListType.createMethod()
Creates a new
method element |
List<MethodType<ExcludeListType<T>>> |
ExcludeListType.getAllMethod()
Returns all
method elements |
MethodType<ExcludeListType<T>> |
ExcludeListType.getOrCreateMethod()
If not already created, a new
method element will be created and returned. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.