public abstract class JResourceFile extends Object
Modifier | Constructor and Description |
---|---|
protected |
JResourceFile(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()
Returns true if this file should be generated into the directory
that the resource files go into.
|
String |
name()
Gets the name of this property file
|
protected JResourceFile(String name)
public String name()
protected boolean isResource()
Returns false if this file should be generated into the directory where other source files go.
protected abstract void build(OutputStream os) throws IOException
IOException
Copyright © 2017 JBoss by Red Hat. All rights reserved.