|
ShrinkWrap Descriptors API Base 2.0.0-alpha-3 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Descriptor in org.jboss.shrinkwrap.descriptor.api |
|---|
| Classes in org.jboss.shrinkwrap.descriptor.api with type parameters of type Descriptor | |
|---|---|
interface |
DescriptorExporter<T extends Descriptor>
An entity capable of exporting a Descriptor to
an OutputStream. |
interface |
DescriptorImporter<T extends Descriptor>
A type capable of importing a Descriptor from
some existing source like a stream of bytes or File |
| Methods in org.jboss.shrinkwrap.descriptor.api with type parameters of type Descriptor | ||
|---|---|---|
static
|
Descriptors.create(Class<T> type)
Creates a new Descriptor instance; the predefined default descriptor name for this type will be used. |
|
static
|
Descriptors.create(Class<T> type,
String descriptorName)
Creates a new named Descriptor instance. |
|
static
|
Descriptors.importAs(Class<T> type)
Returns a new DescriptorImporter instance, ready to import as a
new Descriptor instance of the given type |
|
static
|
Descriptors.importAs(Class<T> type,
String descriptorName)
Returns a new named DescriptorImporter instance, ready to import as a
new Descriptor instance of the given type. |
|
|
ShrinkWrap Descriptors API Base 2.0.0-alpha-3 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||