public class SvnStatusCommand extends SvnCommand
| Constructor and Description |
|---|
SvnStatusCommand(java.lang.String file)
Create object to execute command "svn status".
|
| Modifier and Type | Method and Description |
|---|---|
protected org.tmatesoft.svn.cli.AbstractSVNCommand |
getCommand() |
org.tmatesoft.svn.core.wc.SVNStatusType |
getCommitStatus()
Returns commit status of item in working copy.
|
static org.tmatesoft.svn.core.wc.SVNStatusType |
getCommitStatus(org.tmatesoft.svn.core.wc.SVNStatus status)
Returns SVN status type determined using both contents
and properties status.
|
org.tmatesoft.svn.core.wc.SVNStatus |
getStatus()
Returns status of item in working copy.
|
buildArgs, createCommandEnvironment, dispose, failure, getOutputStream, registerCommands, run, run, setArgLine, setArgs, setArgs, successpublic SvnStatusCommand(java.lang.String file)
file - file to request statuspublic org.tmatesoft.svn.core.wc.SVNStatusType getCommitStatus()
public static org.tmatesoft.svn.core.wc.SVNStatusType getCommitStatus(org.tmatesoft.svn.core.wc.SVNStatus status)
status - SVN statuspublic org.tmatesoft.svn.core.wc.SVNStatus getStatus()
protected org.tmatesoft.svn.cli.AbstractSVNCommand getCommand()
getCommand in class SvnCommand