|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DescriptorImportException | |
---|---|
org.jboss.shrinkwrap.descriptor.api |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |