ShrinkWrap Descriptors API Base 2.0.0-alpha-3

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

Uses of DescriptorImporter in org.jboss.shrinkwrap.descriptor.api
 

Methods in org.jboss.shrinkwrap.descriptor.api that return DescriptorImporter
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.