public class AnnotateInformation extends FileInfoContainer
| Constructor and Description |
|---|
AnnotateInformation() |
AnnotateInformation(File tempDir) |
| Modifier and Type | Method and Description |
|---|---|
void |
addLine(AnnotateLine line) |
protected void |
addToTempFile(String line)
Adds the specified line to the temporary file.
|
protected void |
closeTempFile() |
AnnotateLine |
createAnnotateLine() |
File |
getFile()
Getter for property file.
|
AnnotateLine |
getFirstLine() |
AnnotateLine |
getNextLine() |
File |
getTempFile() |
void |
setFile(File file)
Setter for property file.
|
String |
toString()
Return a string representation of this object.
|
public AnnotateInformation()
public AnnotateInformation(File tempDir)
public File getFile()
getFile in class FileInfoContainerpublic void setFile(File file)
file - New value of property file.public String toString()
public AnnotateLine createAnnotateLine()
public void addLine(AnnotateLine line)
public AnnotateLine getFirstLine()
public AnnotateLine getNextLine()
protected void addToTempFile(String line) throws IOException
IOExceptionprotected void closeTempFile()
throws IOException
IOExceptionpublic File getTempFile()
Copyright © 2013. All rights reserved.