|
||||||||||
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(File tempDir)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AnnotateInformation()
public AnnotateInformation(File tempDir)
Method Detail |
---|
public File getFile()
getFile
in class FileInfoContainer
public void setFile(File file)
file
- New value of property file.public String toString()
toString
in class Object
public AnnotateLine createAnnotateLine()
public void addLine(AnnotateLine line)
public AnnotateLine getFirstLine()
public AnnotateLine getNextLine()
protected void addToTempFile(String line) throws IOException
IOException
protected void closeTempFile() throws IOException
IOException
public File getTempFile()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |