org.mule.devkit.model.code.fmt
Class TextFile
java.lang.Object
org.mule.devkit.model.code.ResourceFile
org.mule.devkit.model.code.fmt.TextFile
public class TextFile
- extends ResourceFile
Simple text file.
- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextFile
public TextFile(String name)
setContents
public void setContents(String _contents)
build
public void build(OutputStream out)
throws IOException
- Description copied from class:
ResourceFile
- called by Package to produce the file image.
- Specified by:
build in class ResourceFile
- Throws:
IOException
Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.