Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api |
Modifier and Type | Method and Description |
---|---|
T |
DescriptorImporter.from(File file)
Creates a new
Descriptor from the given input file |
T |
DescriptorImporter.from(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.from(InputStream in,
boolean close)
Creates a new
Descriptor from the given input |
T |
DescriptorImporter.from(String string)
Creates a new
Descriptor from the given input String |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.