Uses of Class
com.sun.codemodel.JResourceFile
-
Packages that use JResourceFile Package Description com.sun.codemodel Library for generating Java source codecom.sun.codemodel.fmt -
-
Uses of JResourceFile in com.sun.codemodel
Methods in com.sun.codemodel that return JResourceFile Modifier and Type Method Description JResourceFileJPackage. addResourceFile(JResourceFile rsrc)Adds a new resource file to this package.Methods in com.sun.codemodel that return types with arguments of type JResourceFile Modifier and Type Method Description Iterator<JResourceFile>JPackage. propertyFiles()Iterates all resource files in this package.Methods in com.sun.codemodel with parameters of type JResourceFile Modifier and Type Method Description JResourceFileJPackage. 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.fmt Modifier and Type Class Description classJBinaryFileAllows the application to use OutputStream to define data that will be stored into a file.classJPropertyFileA property file.classJSerializedObjectA simple class that takes an object and serializes it into a file in the parent package with the given name.classJStaticFileAllows an application to copy a resource file to the output.classJStaticJavaFileStatically generated Java soruce file.classJTextFileSimple text file.
-