ShrinkWrap Descriptors API Base 2.0.0-alpha-3

Uses of Class
org.jboss.shrinkwrap.descriptor.api.DescriptorImportException

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

Methods in org.jboss.shrinkwrap.descriptor.api that throw DescriptorImportException
 T DescriptorImporter.from(File file)
          Deprecated. Use instead DescriptorImporter.fromFile(File)
 T DescriptorImporter.from(InputStream in)
          Deprecated. Use instead DescriptorImporter.fromStream(InputStream)
 T DescriptorImporter.from(InputStream in, boolean close)
          Deprecated. Use instead DescriptorImporter.fromStream(InputStream, boolean)
 T DescriptorImporter.from(String string)
          Deprecated. Use instead DescriptorImporter.fromString(String)
 T DescriptorImporter.fromFile(File file)
          Creates a new Descriptor from the given input file
 T DescriptorImporter.fromFile(String file)
          Creates a new Descriptor from the given input file path
 T DescriptorImporter.fromStream(InputStream in)
          Creates a new Descriptor from the given input stream, closing the specified stream when done, if applicable for the given input stream implementation.
 T DescriptorImporter.fromStream(InputStream in, boolean close)
          Creates a new Descriptor from the given input
 T DescriptorImporter.fromString(String string)
          Creates a new Descriptor from the given input XML data String
 


ShrinkWrap Descriptors API Base 2.0.0-alpha-3

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