|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.codemodel.JResourceFile
public abstract class JResourceFile
Represents a resource file in the application-specific file format.
| Constructor Summary | |
|---|---|
protected |
JResourceFile(java.lang.String name)
|
| Method Summary | |
|---|---|
protected abstract void |
build(java.io.OutputStream os)
called by JPackage to produce the file image. |
java.lang.String |
name()
Gets the name of this property file |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected JResourceFile(java.lang.String name)
| Method Detail |
|---|
public java.lang.String name()
protected abstract void build(java.io.OutputStream os)
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||