Copyright 2002 by aragost

com.aragost.tools
Class CommentEditor

java.lang.Object
  |
  +--com.aragost.tools.CommentEditor

public class CommentEditor
extends java.lang.Object


Constructor Summary
CommentEditor(java.io.Reader source)
           
CommentEditor(java.lang.String source)
          Creates new CommentEditor
 
Method Summary
 java.lang.String getHeaderComment()
           
 java.util.List getParts()
           
 java.lang.String getSource()
           
 void setHeaderComment(java.lang.String s)
           
 void writeSourceTo(java.io.Writer out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentEditor

public CommentEditor(java.lang.String source)
Creates new CommentEditor


CommentEditor

public CommentEditor(java.io.Reader source)
              throws java.io.IOException
Method Detail

getParts

public java.util.List getParts()

getSource

public java.lang.String getSource()

writeSourceTo

public void writeSourceTo(java.io.Writer out)
                   throws java.io.IOException
java.io.IOException

getHeaderComment

public java.lang.String getHeaderComment()

setHeaderComment

public void setHeaderComment(java.lang.String s)

Copyright 2002 by aragost