Uses of Class
com.sun.codemodel.JResourceFile
Packages that use JResourceFile
-
Uses of JResourceFile in com.sun.codemodel
Methods in com.sun.codemodel that return JResourceFileModifier and TypeMethodDescriptionJPackage.addResourceFile(JResourceFile rsrc) Adds a new resource file to this package.Methods in com.sun.codemodel that return types with arguments of type JResourceFileModifier and TypeMethodDescriptionJPackage.propertyFiles()Iterates all resource files in this package.Methods in com.sun.codemodel with parameters of type JResourceFileModifier and TypeMethodDescriptionJPackage.addResourceFile(JResourceFile rsrc) Adds a new resource file to this package. -
Uses of JResourceFile in com.sun.codemodel.fmt
Subclasses of JResourceFile in com.sun.codemodel.fmtModifier and TypeClassDescriptionfinal classAllows the application to use OutputStream to define data that will be stored into a file.classA property file.classA simple class that takes an object and serializes it into a file in the parent package with the given name.final classAllows an application to copy a resource file to the output.final classStatically generated Java soruce file.classSimple text file.