org.kohsuke.jnt.ant
Class NestedHeadlineOrBody

java.lang.Object
  extended by org.kohsuke.jnt.ant.NestedHeadlineOrBody

public class NestedHeadlineOrBody
extends Object

This class handles nested headline and body elements of the NewsItemTask.

Version:
$Revision: 56 $
Author:
Ryan Shoemaker

Constructor Summary
NestedHeadlineOrBody()
           
 
Method Summary
 void addText(String content)
           
 String getContent()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NestedHeadlineOrBody

public NestedHeadlineOrBody()
Method Detail

addText

public void addText(String content)

getContent

public String getContent()


Copyright © 2003-2009 Kohsuke Kawaguchi. All Rights Reserved.