ShrinkWrap Descriptors API Base 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.Descriptor

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
<T extends Descriptor>
T
Descriptors.create(Class<T> type)
          Creates a new Descriptor instance; the predefined default descriptor name for this type will be used.
static
<T extends Descriptor>
T
Descriptors.create(Class<T> type, String descriptorName)
          Creates a new named Descriptor instance.
static
<T extends Descriptor>
DescriptorImporter<T>
Descriptors.importAs(Class<T> type)
          Returns a new DescriptorImporter instance, ready to import as a new Descriptor instance of the given type
static
<T extends Descriptor>
DescriptorImporter<T>
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

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.