Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jboss51 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
IgnoreDependencyType<T> |
IgnoreDependencyType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
IgnoreDependencyType<SessionBeanType<T>> |
SessionBeanType.getOrCreateIgnoreDependency()
If not already created, a new
ignore-dependency element with the given value will be created. |
IgnoreDependencyType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.getOrCreateIgnoreDependency()
If not already created, a new
ignore-dependency element with the given value will be created. |
IgnoreDependencyType<ServiceBeanType<T>> |
ServiceBeanType.getOrCreateIgnoreDependency()
If not already created, a new
ignore-dependency element with the given value will be created. |
IgnoreDependencyType<ConsumerBeanType<T>> |
ConsumerBeanType.getOrCreateIgnoreDependency()
If not already created, a new
ignore-dependency element with the given value will be created. |
IgnoreDependencyType<GenericBeanType<T>> |
GenericBeanType.getOrCreateIgnoreDependency()
If not already created, a new
ignore-dependency element with the given value will be created. |
IgnoreDependencyType<T> |
IgnoreDependencyType.id(String id)
Sets the
id attribute |
IgnoreDependencyType<T> |
IgnoreDependencyType.removeAllDescription()
Removes the
description element |
IgnoreDependencyType<T> |
IgnoreDependencyType.removeAllInjectionTarget()
Removes all
injection-target elements |
IgnoreDependencyType<T> |
IgnoreDependencyType.removeId()
Removes the
id attribute |
Modifier and Type | Method and Description |
---|---|
InjectionTargetType<IgnoreDependencyType<T>> |
IgnoreDependencyType.createInjectionTarget()
Creates a new
injection-target element |
List<InjectionTargetType<IgnoreDependencyType<T>>> |
IgnoreDependencyType.getAllInjectionTarget()
Returns all
injection-target elements |
InjectionTargetType<IgnoreDependencyType<T>> |
IgnoreDependencyType.getOrCreateInjectionTarget()
If not already created, a new
injection-target element will be created and returned. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.