de.smartics.maven.issues.notes
Class NotesReader
java.lang.Object
de.smartics.maven.issues.notes.NotesReader
-
public class NotesReader
-
extends
Object
The reader to read manual release notes to include in the report.
-
Author:
-
Robert Reiner
Method Summary |
String |
read(InputStream inputStream) Reads the document from the input stream and returns the content of the body element. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotesReader
public NotesReader()
-
Default constructor.
read
public String read(InputStream inputStream)
throws IOException
-
Reads the document from the input stream and returns the content of the body element.
-
-
Parameters:
-
inputStream
- the stream to read from.
-
Returns:
-
the content of the body element.
-
Throws:
-
IOException
- if the body content cannot be extracted.
Copyright © 2008-2013
Kronseder & Reiner GmbH - smartics. All Rights Reserved.