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, setLogger
public SvnInfoCommand()
protected ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
executeCommand
in class AbstractCommand
ScmException
public InfoScmResult executeInfoCommand(SvnScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters, boolean recursive, String revision) throws ScmException
ScmException
protected static Commandline createCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, String revision)
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.