|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.lib.cvsclient.command.FileInfoContainer
org.netbeans.lib.cvsclient.command.annotate.AnnotateInformation
public class AnnotateInformation
Describes annotate information for a file. This is the result of doing a cvs annotate command. The fields in instances of this object are populated by response handlers.
Constructor Summary | |
---|---|
AnnotateInformation()
|
|
AnnotateInformation(java.io.File tempDir)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AnnotateInformation()
public AnnotateInformation(java.io.File tempDir)
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |