edu.udo.cs.yale.doc
Class CommentStripper

java.lang.Object
  extended by edu.udo.cs.yale.doc.CommentStripper

public class CommentStripper
extends java.lang.Object

Delivers the class comments of the Javadoc comments of an operator class.

Version:
$Id: CommentStripper.java,v 2.17 2006/08/03 16:20:47 ingomierswa Exp $
Author:
Simon Fischer

Field Summary
private  java.io.File sourceDir
           
 
Constructor Summary
CommentStripper(java.io.File sourceDir)
           
 
Method Summary
private static java.lang.String stripAsteriks(java.lang.String string)
           
 java.lang.String stripClassComment(java.lang.Class clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sourceDir

private java.io.File sourceDir
Constructor Detail

CommentStripper

public CommentStripper(java.io.File sourceDir)
Method Detail

stripClassComment

public java.lang.String stripClassComment(java.lang.Class clazz)
                                   throws java.io.IOException
Throws:
java.io.IOException

stripAsteriks

private static java.lang.String stripAsteriks(java.lang.String string)


Copyright © 2001-2006