|
||||||||||
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.PipedFileInformation
public class PipedFileInformation
Contains intercepted infomation from command standard output. Actula data are held in temporary file.
Constructor Summary | |
---|---|
PipedFileInformation(File tempFile)
|
Method Summary | |
---|---|
protected void |
addToTempFile(byte[] bytes)
Adds the specified line to the temporary file. |
void |
addToTempFile(byte[] bytes,
int len)
Adds the specified line to the temporary file. |
protected void |
closeTempFile()
|
File |
getFile()
Returns the original file. |
String |
getRepositoryFileName()
Returns the filename in the repository. |
String |
getRepositoryRevision()
Returns the revision of the incoming file. |
File |
getTempFile()
|
protected void |
setFile(File file)
Sets the original file. |
protected void |
setRepositoryFileName(String repositoryFileName)
Sets the repository filename. |
protected void |
setRepositoryRevision(String repositoryRevision)
Sets the revision of the incoming file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PipedFileInformation(File tempFile)
Method Detail |
---|
public File getFile()
getTempFile()
.
getFile
in class FileInfoContainer
protected void setFile(File file)
public String getRepositoryRevision()
protected void setRepositoryRevision(String repositoryRevision)
public String getRepositoryFileName()
protected void setRepositoryFileName(String repositoryFileName)
protected void addToTempFile(byte[] bytes) throws IOException
IOException
public void addToTempFile(byte[] bytes, int len) 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 |