| Package | Description |
|---|---|
| org.netbeans.lib.cvsclient.file |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultWriteTextFilePreprocessor |
class |
WriteRcsDiffFilePreprocessor
File Processor that handles processing of rcs-diff response.
|
| Modifier and Type | Method and Description |
|---|---|
WriteTextFilePreprocessor |
DefaultFileHandler.getWriteRcsDiffFilePreprocessor()
Gets the preprocessor for merging text files after getting
(and un-gzipping) the diff received from server.
|
WriteTextFilePreprocessor |
DefaultFileHandler.getWriteTextFilePreprocessor()
Gets the preprocessor for writing text files after getting (and un-gzipping) from server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultFileHandler.setWriteRcsDiffFilePreprocessor(WriteTextFilePreprocessor writeRcsDiffFilePreprocessor)
Sets the preprocessor for merging text files after getting
(and un-gzipping) the diff received from server.
|
void |
DefaultFileHandler.setWriteTextFilePreprocessor(WriteTextFilePreprocessor writeTextFilePreprocessor)
Sets the preprocessor for writing text files after getting (and un-gzipping) from server.
|