|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceFile | |
|---|---|
| org.mule.devkit.model.code | Library for generating Java source code |
| org.mule.devkit.model.code.fmt | |
| Uses of ResourceFile in org.mule.devkit.model.code |
|---|
| Methods in org.mule.devkit.model.code that return ResourceFile | |
|---|---|
ResourceFile |
GeneratedPackage.addResourceFile(ResourceFile rsrc)
Adds a new resource file to this package. |
| Methods in org.mule.devkit.model.code that return types with arguments of type ResourceFile | |
|---|---|
Iterator<ResourceFile> |
GeneratedPackage.propertyFiles()
Iterates all resource files in this package. |
| Methods in org.mule.devkit.model.code with parameters of type ResourceFile | |
|---|---|
ResourceFile |
GeneratedPackage.addResourceFile(ResourceFile rsrc)
Adds a new resource file to this package. |
| Uses of ResourceFile in org.mule.devkit.model.code.fmt |
|---|
| Subclasses of ResourceFile in org.mule.devkit.model.code.fmt | |
|---|---|
class |
BinaryFile
Allows the application to use OutputStream to define data that will be stored into a file. |
class |
PropertyFile
A property file. |
class |
SerializedObject
A simple class that takes an object and serializes it into a file in the parent package with the given name. |
class |
StaticFile
Allows an application to copy a resource file to the output. |
class |
StaticJavaFile
Statically generated Java soruce file. |
class |
TextFile
Simple text file. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||