|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mule.devkit.model.code.ResourceFile
public abstract class ResourceFile
Represents a resource file in the application-specific file format.
| Constructor Summary | |
|---|---|
protected |
ResourceFile(String name)
|
| Method Summary | |
|---|---|
protected abstract void |
build(OutputStream os)
called by Package to produce the file image. |
protected boolean |
isResource()
Returns true if this file should be generated into the directory that the resource files go into. |
String |
name()
Gets the name of this property file |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ResourceFile(String name)
| Method Detail |
|---|
public String name()
protected boolean isResource()
protected abstract void build(OutputStream os)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||