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 © 2017 JBoss by Red Hat. All rights reserved.