public abstract class AbstractJResourceFile extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractJResourceFile(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
build(OutputStream os)
called by
JPackage to produce the file image. |
protected boolean |
isResource() |
String |
name() |
protected boolean isResource()
true if this file should be generated into the
directory that the resource files go into. false if
this file should be generated into the directory where other source
files go.protected abstract void build(@Nonnull OutputStream os) throws IOException
JPackage to produce the file image.os - OutputStream to write toIOException - If writing on the stream throws an errorCopyright © 2013–2015 Philip Helger. All rights reserved.