public class SvnInfoCommand extends SvnCommand
| Constructor and Description |
|---|
SvnInfoCommand() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
buildArgs() |
protected org.tmatesoft.svn.cli.AbstractSVNCommand |
getCommand() |
static java.lang.String |
getFilePath(org.tmatesoft.svn.core.wc.SVNInfo info) |
org.magicwerk.brownies.collections.IList<org.tmatesoft.svn.core.wc.SVNInfo> |
getInfos()
Returns info data.
|
static java.lang.String |
getUrlPath(org.tmatesoft.svn.core.wc.SVNInfo info) |
SvnInfoCommand |
setPath(java.lang.String file) |
SvnInfoCommand |
setRecursive(boolean recursive) |
createCommandEnvironment, dispose, failure, getOutputStream, registerCommands, run, run, setArgLine, setArgs, setArgs, successpublic SvnInfoCommand setPath(java.lang.String file)
public SvnInfoCommand setRecursive(boolean recursive)
public java.util.List<java.lang.String> buildArgs()
buildArgs in class SvnCommandpublic org.magicwerk.brownies.collections.IList<org.tmatesoft.svn.core.wc.SVNInfo> getInfos()
protected org.tmatesoft.svn.cli.AbstractSVNCommand getCommand()
getCommand in class SvnCommandpublic static java.lang.String getFilePath(org.tmatesoft.svn.core.wc.SVNInfo info)
public static java.lang.String getUrlPath(org.tmatesoft.svn.core.wc.SVNInfo info)