net.sf.antcontrib.cpptasks.ide

Class CommentDef

public final class CommentDef extends Object

Defines a comment to place in the generated project files.
Constructor Summary
CommentDef()
Method Summary
voidaddText(String newText)
StringgetText()
StringtoString()

Constructor Detail

CommentDef

public CommentDef()

Method Detail

addText

public void addText(String newText)

getText

public String getText()

toString

public String toString()
Copyright ? 2001-2011 Ant-Contrib project. All Rights Reserved.