public abstract static class CRDGenerator.AbstractCRDOutput<T extends OutputStream> extends Object implements CRDGenerator.CRDOutput<T>
| Constructor and Description |
|---|
AbstractCRDOutput() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected abstract T |
createStreamFor(String crdName) |
protected T |
getStreamFor(String crdName) |
T |
outputFor(String crdName) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcrdURIpublic T outputFor(String crdName) throws IOException
outputFor in interface CRDGenerator.CRDOutput<T extends OutputStream>IOExceptionprotected abstract T createStreamFor(String crdName) throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2015–2021 Red Hat. All rights reserved.