Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api |
Modifier and Type | Method and Description |
---|---|
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.
|
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 |
Copyright © 2021 JBoss by Red Hat. All rights reserved.