|
jdeparser 1.0.0.Final-redhat-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JResourceFile | |
---|---|
org.jboss.jdeparser | |
org.jboss.jdeparser.fmt |
Uses of JResourceFile in org.jboss.jdeparser |
---|
Methods in org.jboss.jdeparser that return JResourceFile | |
---|---|
JResourceFile |
JPackage.addResourceFile(JResourceFile rsrc)
Adds a new resource file to this package. |
Methods in org.jboss.jdeparser that return types with arguments of type JResourceFile | |
---|---|
Iterator<JResourceFile> |
JPackage.propertyFiles()
Iterates all resource files in this package. |
Methods in org.jboss.jdeparser with parameters of type JResourceFile | |
---|---|
JResourceFile |
JPackage.addResourceFile(JResourceFile rsrc)
Adds a new resource file to this package. |
Uses of JResourceFile in org.jboss.jdeparser.fmt |
---|
Subclasses of JResourceFile in org.jboss.jdeparser.fmt | |
---|---|
class |
JBinaryFile
Allows the application to use OutputStream to define data that will be stored into a file. |
class |
JPropertyFile
A property file. |
class |
JSerializedObject
A simple class that takes an object and serializes it into a file in the parent package with the given name. |
class |
JStaticFile
Allows an application to copy a resource file to the output. |
class |
JStaticJavaFile
Statically generated Java source file. |
class |
JTextFile
Simple text file. |
|
jdeparser 1.0.0.Final-redhat-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |