public class SvnInfoCommand extends AbstractCommand implements SvnCommand
| Constructor and Description |
|---|
SvnInfoCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected static Commandline |
createCommandLine(SvnScmProviderRepository repository,
ScmFileSet fileSet,
boolean recursive,
String revision) |
protected ScmResult |
executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
InfoScmResult |
executeInfoCommand(SvnScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters,
boolean recursive,
String revision) |
execute, getLogger, setLoggerpublic SvnInfoCommand()
protected ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
executeCommand in class AbstractCommandScmExceptionpublic InfoScmResult executeInfoCommand(SvnScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters, boolean recursive, String revision) throws ScmException
ScmExceptionprotected static Commandline createCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, String revision)
Copyright © 2003–2018 The Apache Software Foundation. All rights reserved.