public class AnnotateInformation extends FileInfoContainer
Constructor and Description |
---|
AnnotateInformation() |
AnnotateInformation(java.io.File tempDir) |
Modifier and Type | Method and Description |
---|---|
void |
addLine(AnnotateLine line) |
AnnotateLine |
createAnnotateLine() |
java.io.File |
getFile()
Getter for property file.
|
AnnotateLine |
getFirstLine() |
AnnotateLine |
getNextLine() |
java.io.File |
getTempFile() |
void |
setFile(java.io.File file)
Setter for property file.
|
java.lang.String |
toString()
Return a string representation of this object.
|
public AnnotateInformation()
public AnnotateInformation(java.io.File tempDir)
public java.io.File getFile()
getFile
in class FileInfoContainer
public void setFile(java.io.File file)
file
- New value of property file.public java.lang.String toString()
toString
in class java.lang.Object
public AnnotateLine createAnnotateLine()
public void addLine(AnnotateLine line)
public AnnotateLine getFirstLine()
public AnnotateLine getNextLine()
public java.io.File getTempFile()