|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IgnoreDependencyType<T>
This interface defines the contract for the ignore-dependencyType
xsd type
Method Summary | |
---|---|
InjectionTargetType<IgnoreDependencyType<T>> |
createInjectionTarget()
Creates a new injection-target element |
IgnoreDependencyType<T> |
description(String... values)
Creates for all String objects representing description elements,
a new description element |
List<String> |
getAllDescription()
Returns all description elements |
List<InjectionTargetType<IgnoreDependencyType<T>>> |
getAllInjectionTarget()
Returns all injection-target elements |
String |
getId()
Returns the id attribute |
InjectionTargetType<IgnoreDependencyType<T>> |
getOrCreateInjectionTarget()
If not already created, a new injection-target element will be created and returned. |
IgnoreDependencyType<T> |
id(String id)
Sets the id attribute |
IgnoreDependencyType<T> |
removeAllDescription()
Removes the description element |
IgnoreDependencyType<T> |
removeAllInjectionTarget()
Removes all injection-target elements |
IgnoreDependencyType<T> |
removeId()
Removes the id attribute |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
IgnoreDependencyType<T> description(String... values)
description
elements,
a new description
element
values
- list of description
objects
IgnoreDependencyType
List<String> getAllDescription()
description
elements
description
IgnoreDependencyType<T> removeAllDescription()
description
element
IgnoreDependencyType
InjectionTargetType<IgnoreDependencyType<T>> getOrCreateInjectionTarget()
injection-target
element will be created and returned.
Otherwise, the first existing injection-target
element will be returned.
injection-target
InjectionTargetType<IgnoreDependencyType<T>> createInjectionTarget()
injection-target
element
InjectionTargetType>
List<InjectionTargetType<IgnoreDependencyType<T>>> getAllInjectionTarget()
injection-target
elements
injection-target
IgnoreDependencyType<T> removeAllInjectionTarget()
injection-target
elements
InjectionTargetType>
IgnoreDependencyType<T> id(String id)
id
attribute
id
- the value for the attribute id
IgnoreDependencyType
String getId()
id
attribute
id
IgnoreDependencyType<T> removeId()
id
attribute
IgnoreDependencyType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |