public class SvnCatCommand extends SvnCommand
| Constructor and Description |
|---|
SvnCatCommand(java.lang.String path,
long revision,
java.lang.String target)
Create object to execute command "svn cat".
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispose() |
void |
execute()
Execute SVN cat command.
|
protected org.tmatesoft.svn.cli.AbstractSVNCommand |
getCommand() |
protected java.io.OutputStream |
getOutputStream() |
buildArgs, createCommandEnvironment, failure, registerCommands, run, run, setArgLine, setArgs, setArgs, successpublic SvnCatCommand(java.lang.String path,
long revision,
java.lang.String target)
path - path to cattarget - target file to receive content of path (null for standard output)protected java.io.OutputStream getOutputStream()
getOutputStream in class SvnCommandprotected void dispose()
dispose in class SvnCommandpublic void execute()
protected org.tmatesoft.svn.cli.AbstractSVNCommand getCommand()
getCommand in class SvnCommand