Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.beans10 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
Alternatives<T> |
Alternatives.clazz(String... values)
Creates for all String objects representing
class elements,
a new class element |
Alternatives<BeansDescriptor> |
BeansDescriptor.createAlternatives()
Creates a new
alternatives element |
Alternatives<Beans<T>> |
Beans.createAlternatives()
Creates a new
alternatives element |
Alternatives<BeansDescriptor> |
BeansDescriptor.getOrCreateAlternatives()
If not already created, a new
alternatives element will be created and returned. |
Alternatives<Beans<T>> |
Beans.getOrCreateAlternatives()
If not already created, a new
alternatives element will be created and returned. |
Alternatives<T> |
Alternatives.removeAllClazz()
Removes the
class element |
Alternatives<T> |
Alternatives.removeAllStereotype()
Removes the
stereotype element |
Alternatives<T> |
Alternatives.stereotype(String... values)
Creates for all String objects representing
stereotype elements,
a new stereotype element |
Modifier and Type | Method and Description |
---|---|
List<Alternatives<BeansDescriptor>> |
BeansDescriptor.getAllAlternatives()
Returns all
alternatives elements |
List<Alternatives<Beans<T>>> |
Beans.getAllAlternatives()
Returns all
alternatives elements |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.