public class SvnExeScmProvider extends AbstractSvnScmProvider
|
ROLE
Constructor and Description |
---|
SvnExeScmProvider() |
Modifier and Type | Method and Description |
---|---|
protected SvnCommand |
getAddCommand() |
protected SvnCommand |
getBlameCommand() |
protected SvnCommand |
getBranchCommand() |
protected SvnCommand |
getChangeLogCommand() |
protected SvnCommand |
getCheckInCommand() |
protected SvnCommand |
getCheckOutCommand() |
protected SvnCommand |
getDiffCommand() |
protected SvnCommand |
getExportCommand() |
SvnCommand |
getInfoCommand() |
protected SvnCommand |
getListCommand() |
protected SvnCommand |
getMkdirCommand() |
protected SvnCommand |
getRemoveCommand() |
protected String |
getRepositoryURL(File path) |
protected SvnCommand |
getStatusCommand() |
protected SvnCommand |
getTagCommand() |
protected SvnCommand |
getUpdateCommand() |
RemoteInfoScmResult |
remoteInfo(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
boolean |
remoteUrlExist(ScmProviderRepository repository,
CommandParameters parameters) |
add, blame, branch, changelog, checkin, checkout, diff, executeCommand, export, getScmSpecificFilename, getScmType, info, list, makeProviderScmRepository, makeProviderScmRepository, mkdir, remove, status, tag, update, validateScmUrl
add, add, add, addListener, blame, blame, branch, branch, branch, changeLog, changeLog, changeLog, changeLog, changeLog, changeLog, changeLog, changeLog, changeLog, checkIn, checkIn, checkIn, checkOut, checkOut, checkOut, checkOut, checkOut, checkOut, diff, diff, edit, edit, export, export, export, export, export, getLogger, list, list, login, mkdir, remove, requiresEditMode, sanitizeTagName, status, tag, tag, tag, unedit, unedit, update, update, update, update, update, update, update, update, update, update, update, update, validateTagName
public SvnExeScmProvider()
protected SvnCommand getAddCommand()
getAddCommand
in class AbstractSvnScmProvider
protected SvnCommand getBranchCommand()
getBranchCommand
in class AbstractSvnScmProvider
protected SvnCommand getChangeLogCommand()
getChangeLogCommand
in class AbstractSvnScmProvider
protected SvnCommand getCheckInCommand()
getCheckInCommand
in class AbstractSvnScmProvider
protected SvnCommand getCheckOutCommand()
getCheckOutCommand
in class AbstractSvnScmProvider
protected SvnCommand getDiffCommand()
getDiffCommand
in class AbstractSvnScmProvider
protected SvnCommand getExportCommand()
getExportCommand
in class AbstractSvnScmProvider
protected SvnCommand getRemoveCommand()
getRemoveCommand
in class AbstractSvnScmProvider
protected SvnCommand getStatusCommand()
getStatusCommand
in class AbstractSvnScmProvider
protected SvnCommand getTagCommand()
getTagCommand
in class AbstractSvnScmProvider
protected SvnCommand getUpdateCommand()
getUpdateCommand
in class AbstractSvnScmProvider
protected SvnCommand getListCommand()
getListCommand
in class AbstractSvnScmProvider
public SvnCommand getInfoCommand()
getInfoCommand
in class AbstractSvnScmProvider
protected SvnCommand getBlameCommand()
getBlameCommand
in class AbstractSvnScmProvider
protected SvnCommand getMkdirCommand()
getMkdirCommand
in class AbstractSvnScmProvider
protected String getRepositoryURL(File path) throws ScmException
getRepositoryURL
in class AbstractSvnScmProvider
ScmException
public RemoteInfoScmResult remoteInfo(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
remoteInfo
in interface ScmProvider
remoteInfo
in class AbstractScmProvider
repository
- the source control systemfileSet
- not use currently but for future useparameters
- some parameters (not use currently but for future use)null
ScmException
public boolean remoteUrlExist(ScmProviderRepository repository, CommandParameters parameters) throws ScmException
remoteUrlExist
in class AbstractSvnScmProvider
ScmException
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.