JBinaryFile, JPropertyFile, JSerializedObject, JStaticFile, JStaticJavaFile, JTextFilepublic abstract class JResourceFile
extends java.lang.Object
| Modifier | Constructor | Description |
|---|---|---|
protected |
JResourceFile(java.lang.String name) |
| Modifier and Type | Method | Description |
|---|---|---|
protected abstract void |
build(java.io.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.
|
java.lang.String |
name() |
Gets the name of this property file
|
public java.lang.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(java.io.OutputStream os)
throws java.io.IOException
java.io.IOExceptionCopyright © 2017 Oracle Corporation. All rights reserved.