public class PipedFileInformation extends FileInfoContainer
Constructor and Description |
---|
PipedFileInformation(java.io.File tempFile) |
Modifier and Type | Method and Description |
---|---|
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() |
java.io.File |
getFile()
Returns the original file.
|
java.lang.String |
getRepositoryFileName()
Returns the filename in the repository.
|
java.lang.String |
getRepositoryRevision()
Returns the revision of the incoming file.
|
java.io.File |
getTempFile() |
protected void |
setFile(java.io.File file)
Sets the original file.
|
protected void |
setRepositoryFileName(java.lang.String repositoryFileName)
Sets the repository filename.
|
protected void |
setRepositoryRevision(java.lang.String repositoryRevision)
Sets the revision of the incoming file.
|
public java.io.File getFile()
getTempFile()
.getFile
in class FileInfoContainer
protected void setFile(java.io.File file)
public java.lang.String getRepositoryRevision()
protected void setRepositoryRevision(java.lang.String repositoryRevision)
public java.lang.String getRepositoryFileName()
protected void setRepositoryFileName(java.lang.String repositoryFileName)
protected void addToTempFile(byte[] bytes) throws java.io.IOException
java.io.IOException
public void addToTempFile(byte[] bytes, int len) 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.