jdeparser 1.0.0.Final-redhat-1

org.jboss.jdeparser.fmt
Class JTextFile

java.lang.Object
  extended by org.jboss.jdeparser.JResourceFile
      extended by org.jboss.jdeparser.fmt.JTextFile

public class JTextFile
extends JResourceFile

Simple text file.

Author:
Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)

Constructor Summary
JTextFile(String name)
           
 
Method Summary
 void build(OutputStream out)
          called by JPackage to produce the file image.
 void setContents(String _contents)
           
 
Methods inherited from class org.jboss.jdeparser.JResourceFile
isResource, name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JTextFile

public JTextFile(String name)
Method Detail

setContents

public void setContents(String _contents)

build

public void build(OutputStream out)
           throws IOException
Description copied from class: JResourceFile
called by JPackage to produce the file image.

Specified by:
build in class JResourceFile
Throws:
IOException

jdeparser 1.0.0.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.