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

Packages that use DescriptorImporter
org.jboss.shrinkwrap.descriptor.api   
 

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.
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.