public class AnnotateInformation extends FileInfoContainer
Constructor and Description |
---|
AnnotateInformation() |
AnnotateInformation(java.io.File tempDir) |
Modifier and Type | Method and Description |
---|---|
void |
addLine(AnnotateLine line) |
protected void |
addToTempFile(java.lang.String line)
Adds the specified line to the temporary file.
|
protected void |
closeTempFile() |
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()
protected void addToTempFile(java.lang.String line) throws java.io.IOException
java.io.IOException
protected void closeTempFile() throws java.io.IOException
java.io.IOException
public java.io.File getTempFile()
Built on January 12 2013. | Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.