net.sf.antcontrib.cpptasks.ide
Class CommentDef

java.lang.Object
  extended by net.sf.antcontrib.cpptasks.ide.CommentDef

public final class CommentDef
extends Object

Defines a comment to place in the generated project files.


Constructor Summary
CommentDef()
           
 
Method Summary
 void addText(String newText)
           
 String getText()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommentDef

public CommentDef()
Method Detail

getText

public String getText()

addText

public void addText(String newText)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2011 Ant-Contrib Project. All Rights Reserved.