Uses of Class
org.jboss.jdeparser.JResourceFile
Packages that use JResourceFile
-
Uses of JResourceFile in org.jboss.jdeparser
Fields in org.jboss.jdeparser with type parameters of type JResourceFileModifier and TypeFieldDescriptionprivate final Set<JResourceFile> JPackage.resourcesList of resources files inside this package.Methods in org.jboss.jdeparser that return JResourceFileModifier and TypeMethodDescriptionJPackage.addResourceFile(JResourceFile rsrc) Adds a new resource file to this package.Methods in org.jboss.jdeparser that return types with arguments of type JResourceFileModifier and TypeMethodDescriptionJPackage.propertyFiles()Iterates all resource files in this package.Methods in org.jboss.jdeparser with parameters of type JResourceFileModifier and TypeMethodDescriptionJPackage.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.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 source file.classSimple text file.