T
- Descriptor
type supportedpublic interface DescriptorExporter<T extends Descriptor>
Descriptor
to
an OutputStream
.Modifier and Type | Method and Description |
---|---|
void |
to(T descriptor,
OutputStream out)
Exports the specified
Descriptor to the specified
OutputStream . |
void to(T descriptor, OutputStream out) throws DescriptorExportException, IllegalArgumentException
Descriptor
to the specified
OutputStream
.descriptor
- out
- DescriptorExportException
- If an error occurred during exportIllegalArgumentException
- If either argument is not specifiedCopyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.