public class PipedFileInformation extends FileInfoContainer
Constructor and Description |
---|
PipedFileInformation(java.io.File tempFile) |
Modifier and Type | Method and Description |
---|---|
void |
addToTempFile(byte[] bytes,
int len)
Adds the specified line to the temporary file.
|
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() |
public java.io.File getFile()
getTempFile()
.getFile
in class FileInfoContainer
public java.lang.String getRepositoryRevision()
public java.lang.String getRepositoryFileName()
public void addToTempFile(byte[] bytes, int len) throws java.io.IOException
java.io.IOException
public java.io.File getTempFile()