| Package | Description |
|---|---|
| org.mule.devkit.model.code |
Library for generating Java source code
|
| org.mule.devkit.model.code.fmt |
| Modifier and Type | Method and Description |
|---|---|
ResourceFile |
GeneratedPackage.addResourceFile(ResourceFile rsrc)
Adds a new resource file to this package.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ResourceFile> |
GeneratedPackage.propertyFiles()
Iterates all resource files in this package.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceFile |
GeneratedPackage.addResourceFile(ResourceFile rsrc)
Adds a new resource file to this package.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.