Uses of Class
org.apache.maven.scm.provider.ScmProviderRepository
Packages that use ScmProviderRepository
Package
Description
- 
Uses of ScmProviderRepository in org.apache.maven.scm
Methods in org.apache.maven.scm with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionbooleanChangeSet.containsFilename(String filename, ScmProviderRepository repository) Deprecated. - 
Uses of ScmProviderRepository in org.apache.maven.scm.command
Methods in org.apache.maven.scm.command with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionfinal ScmResultAbstractCommand.execute(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) Command.execute(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected abstract ScmResultAbstractCommand.executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.command.add
Methods in org.apache.maven.scm.command.add with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected abstract ScmResultAbstractAddCommand.executeAddCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, boolean binary) protected ScmResultAbstractAddCommand.executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.command.blame
Methods in org.apache.maven.scm.command.blame with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionabstract BlameScmResultAbstractBlameCommand.executeBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, String filename) protected ScmResultAbstractBlameCommand.executeCommand(ScmProviderRepository repository, ScmFileSet workingDirectory, CommandParameters parameters)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.command.branch
Methods in org.apache.maven.scm.command.branch with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected abstract ScmResultAbstractBranchCommand.executeBranchCommand(ScmProviderRepository repository, ScmFileSet fileSet, String branchName, String message) protected ScmResultAbstractBranchCommand.executeBranchCommand(ScmProviderRepository repository, ScmFileSet fileSet, String branchName, ScmBranchParameters scmBranchParameters) default impl to provide backward compAbstractBranchCommand.executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.command.changelog
Methods in org.apache.maven.scm.command.changelog with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected abstract ChangeLogScmResultAbstractChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern) Deprecated.protected ChangeLogScmResultAbstractChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern) Deprecated.protected ChangeLogScmResultAbstractChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern) Deprecated.AbstractChangeLogCommand.executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) ChangeLogCommand.executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.command.checkin
Methods in org.apache.maven.scm.command.checkin with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected abstract CheckInScmResultAbstractCheckInCommand.executeCheckInCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, ScmVersion scmVersion) AbstractCheckInCommand.executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.command.checkout
Methods in org.apache.maven.scm.command.checkout with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected CheckOutScmResultAbstractCheckOutCommand.executeCheckOutCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion scmVersion) Execute Check out command line in a recursive check out way.protected abstract CheckOutScmResultAbstractCheckOutCommand.executeCheckOutCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, boolean recursive, boolean shallow) Execute Check out command line.AbstractCheckOutCommand.executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.command.diff
Methods in org.apache.maven.scm.command.diff with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionAbstractDiffCommand.executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected abstract DiffScmResultAbstractDiffCommand.executeDiffCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.command.edit
Methods in org.apache.maven.scm.command.edit with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionAbstractEditCommand.executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected abstract ScmResultAbstractEditCommand.executeEditCommand(ScmProviderRepository repository, ScmFileSet fileSet)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.command.export
Methods in org.apache.maven.scm.command.export with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected ScmResultAbstractExportCommand.executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected abstract ExportScmResultAbstractExportCommand.executeExportCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, String outputDirectory)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.command.fileinfo
Methods in org.apache.maven.scm.command.fileinfo with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionAbstractFileInfoCommand.executeCommand(ScmProviderRepository repository, File workingDirectory, CommandParameters parameters) protected abstract ScmResultAbstractFileInfoCommand.executeFileInfoCommand(ScmProviderRepository repository, File workingDirectory, String filename)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.command.list
Methods in org.apache.maven.scm.command.list with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionAbstractListCommand.executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected abstract ListScmResultAbstractListCommand.executeListCommand(ScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion scmVersion) List contents of the remote repository - 
Uses of ScmProviderRepository in org.apache.maven.scm.command.lock
Methods in org.apache.maven.scm.command.lock with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionAbstractLockCommand.executeCommand(ScmProviderRepository repository, File workingDirectory, CommandParameters parameters) protected abstract ScmResultAbstractLockCommand.executeLockCommand(ScmProviderRepository repository, File workingDirectory, String filename)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.command.login
Methods in org.apache.maven.scm.command.login with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected ScmResultAbstractLoginCommand.executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) abstract LoginScmResultAbstractLoginCommand.executeLoginCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.command.mkdir
Methods in org.apache.maven.scm.command.mkdir with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected ScmResultAbstractMkdirCommand.executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected abstract MkdirScmResultAbstractMkdirCommand.executeMkdirCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, boolean createInLocal) Creates directories in the remote repository. - 
Uses of ScmProviderRepository in org.apache.maven.scm.command.remoteinfo
Methods in org.apache.maven.scm.command.remoteinfo with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected ScmResultAbstractRemoteInfoCommand.executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) abstract RemoteInfoScmResultAbstractRemoteInfoCommand.executeRemoteInfoCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.command.remove
Methods in org.apache.maven.scm.command.remove with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected ScmResultAbstractRemoveCommand.executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected abstract ScmResultAbstractRemoveCommand.executeRemoveCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.command.status
Methods in org.apache.maven.scm.command.status with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionAbstractStatusCommand.executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected abstract StatusScmResultAbstractStatusCommand.executeStatusCommand(ScmProviderRepository repository, ScmFileSet fileSet)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.command.tag
Methods in org.apache.maven.scm.command.tag with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionAbstractTagCommand.executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected ScmResultAbstractTagCommand.executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, String message) protected abstract ScmResultAbstractTagCommand.executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, ScmTagParameters scmTagParameters)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.command.unedit
Methods in org.apache.maven.scm.command.unedit with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionAbstractUnEditCommand.executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected abstract ScmResultAbstractUnEditCommand.executeUnEditCommand(ScmProviderRepository repository, ScmFileSet fileSet)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.command.unlock
Methods in org.apache.maven.scm.command.unlock with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionAbstractUnlockCommand.executeCommand(ScmProviderRepository repository, File workingDirectory, CommandParameters parameters) protected abstract ScmResultAbstractUnlockCommand.executeUnlockCommand(ScmProviderRepository repository, File workingDirectory)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.command.untag
Methods in org.apache.maven.scm.command.untag with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionAbstractUntagCommand.executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected abstract ScmResultAbstractUntagCommand.executeUntagCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmUntagParameters scmUntagParameters) execute untag command - 
Uses of ScmProviderRepository in org.apache.maven.scm.command.update
Methods in org.apache.maven.scm.command.update with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionAbstractUpdateCommand.executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected abstract UpdateScmResultAbstractUpdateCommand.executeUpdateCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion scmVersion)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider
Subclasses of ScmProviderRepository in org.apache.maven.scm.providerModifier and TypeClassDescriptionclassStub for ScmProviderRepository for unit testing purposes.classMethods in org.apache.maven.scm.provider that return ScmProviderRepositoryModifier and TypeMethodDescriptionScmProviderRepository.getParent()Get aScmProviderRepositorythat represents the parent folder in the repository.AbstractScmProvider.makeProviderScmRepository(File path) ScmProvider.makeProviderScmRepository(File path) ScmProvider.makeProviderScmRepository(String scmSpecificUrl, char delimiter) ScmProviderStub.makeProviderScmRepository(File path) ScmProviderStub.makeProviderScmRepository(String scmSpecificUrl, char delimiter) Methods in org.apache.maven.scm.provider with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionAbstractScmProvider.add(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) TODO: why public? This should be protected, no?protected BlameScmResultAbstractScmProvider.blame(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected BranchScmResultAbstractScmProvider.branch(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected ChangeLogScmResultAbstractScmProvider.changelog(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected CheckInScmResultAbstractScmProvider.checkin(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected CheckOutScmResultAbstractScmProvider.checkout(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected DiffScmResultAbstractScmProvider.diff(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected EditScmResultAbstractScmProvider.edit(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected ExportScmResultAbstractScmProvider.export(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) ScmProviderRepository.getRelativePath(ScmProviderRepository ancestor) Get the relative path between the repository provided as argument and the current repository.AbstractScmProvider.info(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) ScmProvider.info(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) ScmProviderStub.info(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected ListScmResultAbstractScmProvider.list(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) List each element (files and directories) of fileSet as they exist in the repository.protected LoginScmResultAbstractScmProvider.login(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected MkdirScmResultAbstractScmProvider.mkdir(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) Create directory/directories in the repository.AbstractScmProvider.remoteInfo(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) ScmProvider.remoteInfo(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) ScmProviderStub.remoteInfo(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected RemoveScmResultAbstractScmProvider.remove(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected StatusScmResultAbstractScmProvider.status(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected TagScmResultAbstractScmProvider.tag(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected UnEditScmResultAbstractScmProvider.unedit(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected UpdateScmResultAbstractScmProvider.update(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.git
Methods in org.apache.maven.scm.provider.git that return ScmProviderRepositoryModifier and TypeMethodDescriptionAbstractGitScmProvider.makeProviderScmRepository(File path) AbstractGitScmProvider.makeProviderScmRepository(String scmSpecificUrl, char delimiter) Methods in org.apache.maven.scm.provider.git with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionAbstractGitScmProvider.add(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) TODO: why public? This should be protected, no?protected BlameScmResultAbstractGitScmProvider.blame(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected BranchScmResultAbstractGitScmProvider.branch(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) AbstractGitScmProvider.changelog(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) AbstractGitScmProvider.checkin(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) AbstractGitScmProvider.checkout(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) AbstractGitScmProvider.diff(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected ScmResultAbstractGitScmProvider.executeCommand(GitCommand command, ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected ExportScmResultAbstractGitScmProvider.export(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) AbstractGitScmProvider.info(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) AbstractGitScmProvider.remoteInfo(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) AbstractGitScmProvider.remove(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) AbstractGitScmProvider.status(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) AbstractGitScmProvider.tag(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) AbstractGitScmProvider.update(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.git.command.remoteinfo
Methods in org.apache.maven.scm.provider.git.command.remoteinfo that return ScmProviderRepositoryModifier and TypeMethodDescriptionprotected ScmProviderRepositoryAbstractGitRemoteInfoCommandTckTest.getScmProviderRepository() - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.git.gitexe.command.add
Methods in org.apache.maven.scm.provider.git.gitexe.command.add with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected ScmResultGitAddCommand.executeAddCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, boolean binary)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.git.gitexe.command.blame
Methods in org.apache.maven.scm.provider.git.gitexe.command.blame with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionGitBlameCommand.executeBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, String filename) protected ScmResultGitBlameCommand.executeCommand(ScmProviderRepository repository, ScmFileSet workingDirectory, CommandParameters parameters)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.git.gitexe.command.branch
Methods in org.apache.maven.scm.provider.git.gitexe.command.branch with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionGitBranchCommand.executeBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, String branch, String message)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.git.gitexe.command.changelog
Methods in org.apache.maven.scm.provider.git.gitexe.command.changelog with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected ChangeLogScmResultGitChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern) protected ChangeLogScmResultGitChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern, ScmVersion startVersion, ScmVersion endVersion) protected ChangeLogScmResultGitChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern, ScmVersion startVersion, ScmVersion endVersion, Integer limit) protected ChangeLogScmResultGitChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern, ScmVersion startVersion, ScmVersion endVersion, Integer limit, ScmVersion version) protected ChangeLogScmResultGitChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern) protected ChangeLogScmResultGitChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern) GitChangeLogCommand.executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.git.gitexe.command.checkin
Methods in org.apache.maven.scm.provider.git.gitexe.command.checkin with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected CheckInScmResultGitCheckInCommand.executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, ScmVersion version)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.git.gitexe.command.checkout
Methods in org.apache.maven.scm.provider.git.gitexe.command.checkout with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected CheckOutScmResultGitCheckOutCommand.executeCheckOutCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version, boolean recursive, boolean shallow) The overridenGitCheckOutCommand.executeCommand(ScmProviderRepository, ScmFileSet, CommandParameters)in this class will not call this method!GitCheckOutCommand.executeCommand(ScmProviderRepository repo, ScmFileSet fileSet, CommandParameters parameters) For git, the given repository is a remote one. - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.git.gitexe.command.diff
Methods in org.apache.maven.scm.provider.git.gitexe.command.diff with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected DiffScmResultGitDiffCommand.executeDiffCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.git.gitexe.command.info
Methods in org.apache.maven.scm.provider.git.gitexe.command.info with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.CommandlineGitInfoCommand.createCommandLine(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected ScmResultGitInfoCommand.executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.git.gitexe.command.remoteinfo
Methods in org.apache.maven.scm.provider.git.gitexe.command.remoteinfo with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionGitRemoteInfoCommand.executeRemoteInfoCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.git.gitexe.command.remove
Methods in org.apache.maven.scm.provider.git.gitexe.command.remove with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected ScmResultGitRemoveCommand.executeRemoveCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.git.gitexe.command.status
Methods in org.apache.maven.scm.provider.git.gitexe.command.status with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected StatusScmResultGitStatusCommand.executeStatusCommand(ScmProviderRepository repo, ScmFileSet fileSet)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.git.gitexe.command.tag
Methods in org.apache.maven.scm.provider.git.gitexe.command.tag with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionGitTagCommand.executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, String tag, String message) GitTagCommand.executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, String tag, ScmTagParameters scmTagParameters)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.git.gitexe.command.untag
Methods in org.apache.maven.scm.provider.git.gitexe.command.untag with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionGitUntagCommand.executeUntagCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmUntagParameters scmUntagParameters) execute untag command - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.git.gitexe.command.update
Methods in org.apache.maven.scm.provider.git.gitexe.command.update with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected UpdateScmResultGitUpdateCommand.executeUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion scmVersion)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.git.jgit.command.add
Methods in org.apache.maven.scm.provider.git.jgit.command.add with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected ScmResultJGitAddCommand.executeAddCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, boolean binary)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.git.jgit.command.blame
Methods in org.apache.maven.scm.provider.git.jgit.command.blame with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionJGitBlameCommand.executeBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, String filename)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.git.jgit.command.branch
Methods in org.apache.maven.scm.provider.git.jgit.command.branch with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected ScmResultJGitBranchCommand.executeBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, String branch, String message)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.git.jgit.command.changelog
Methods in org.apache.maven.scm.provider.git.jgit.command.changelog with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected ChangeLogScmResultJGitChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern) protected ChangeLogScmResultJGitChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern, ScmVersion startVersion, ScmVersion endVersion) protected ChangeLogScmResultJGitChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern, ScmVersion startVersion, ScmVersion endVersion, ScmVersion version) protected ChangeLogScmResultJGitChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern) protected ChangeLogScmResultJGitChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.git.jgit.command.checkin
Methods in org.apache.maven.scm.provider.git.jgit.command.checkin with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected CheckInScmResultJGitCheckInCommand.executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, ScmVersion version)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.git.jgit.command.checkout
Methods in org.apache.maven.scm.provider.git.jgit.command.checkout with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected CheckOutScmResultJGitCheckOutCommand.executeCheckOutCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version, boolean recursive, boolean shallow) For git, the given repository is a remote one. - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.git.jgit.command.diff
Methods in org.apache.maven.scm.provider.git.jgit.command.diff with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected DiffScmResultJGitDiffCommand.executeDiffCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.git.jgit.command.info
Methods in org.apache.maven.scm.provider.git.jgit.command.info with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected ScmResultJGitInfoCommand.executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.git.jgit.command.list
Methods in org.apache.maven.scm.provider.git.jgit.command.list with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected ListScmResultJGitListCommand.executeListCommand(ScmProviderRepository repo, ScmFileSet fileSet, boolean recursive, ScmVersion scmVersion)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.git.jgit.command.remoteinfo
Methods in org.apache.maven.scm.provider.git.jgit.command.remoteinfo with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionJGitRemoteInfoCommand.executeRemoteInfoCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.git.jgit.command.remove
Methods in org.apache.maven.scm.provider.git.jgit.command.remove with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected ScmResultJGitRemoveCommand.executeRemoveCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.git.jgit.command.status
Methods in org.apache.maven.scm.provider.git.jgit.command.status with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected StatusScmResultJGitStatusCommand.executeStatusCommand(ScmProviderRepository repo, ScmFileSet fileSet)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.git.jgit.command.tag
Methods in org.apache.maven.scm.provider.git.jgit.command.tag with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionJGitTagCommand.executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, String tag, String message) JGitTagCommand.executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, String tag, ScmTagParameters scmTagParameters)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.git.jgit.command.untag
Methods in org.apache.maven.scm.provider.git.jgit.command.untag with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected ScmResultJGitUntagCommand.executeUntagCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmUntagParameters scmUntagParameters)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.git.repository
Subclasses of ScmProviderRepository in org.apache.maven.scm.provider.git.repositoryMethods in org.apache.maven.scm.provider.git.repository with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionGitScmProviderRepository.getRelativePath(ScmProviderRepository ancestor) Get the relative path between the repository provided as argument and the current repository. - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.hg
Methods in org.apache.maven.scm.provider.hg that return ScmProviderRepositoryModifier and TypeMethodDescriptionHgScmProvider.makeProviderScmRepository(File path) HgScmProvider.makeProviderScmRepository(String scmSpecificUrl, char delimiter) Methods in org.apache.maven.scm.provider.hg with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionHgScmProvider.add(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) TODO: why public? This should be protected, no?protected BlameScmResultHgScmProvider.blame(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) HgScmProvider.branch(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) HgScmProvider.changelog(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) HgScmProvider.checkin(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) HgScmProvider.checkout(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) HgScmProvider.diff(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) HgScmProvider.info(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) returns result of hg id -iprotected ListScmResultHgScmProvider.list(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) HgScmProvider.remove(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) HgScmProvider.status(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) HgScmProvider.tag(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) HgScmProvider.update(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.hg.command.add
Methods in org.apache.maven.scm.provider.hg.command.add with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected ScmResultHgAddCommand.executeAddCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, boolean binary)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.hg.command.blame
Methods in org.apache.maven.scm.provider.hg.command.blame with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionHgBlameCommand.executeBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, String filename)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.hg.command.branch
Methods in org.apache.maven.scm.provider.hg.command.branch with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected ScmResultHgBranchCommand.executeBranchCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, String branch, String message) protected ScmResultHgBranchCommand.executeBranchCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, String branch, ScmBranchParameters scmBranchParameters) default impl to provide backward comp - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.hg.command.changelog
Methods in org.apache.maven.scm.provider.hg.command.changelog with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected ChangeLogScmResultHgChangeLogCommand.executeChangeLogCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern) protected ChangeLogScmResultHgChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.hg.command.checkin
Methods in org.apache.maven.scm.provider.hg.command.checkin with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected CheckInScmResultHgCheckInCommand.executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, ScmVersion tag)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.hg.command.checkout
Methods in org.apache.maven.scm.provider.hg.command.checkout with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected CheckOutScmResultHgCheckOutCommand.executeCheckOutCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion scmVersion, boolean recursive, boolean shallow) Execute Check out command line. - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.hg.command.diff
Methods in org.apache.maven.scm.provider.hg.command.diff with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected DiffScmResultHgDiffCommand.executeDiffCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.hg.command.info
Methods in org.apache.maven.scm.provider.hg.command.info with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected ScmResultHgInfoCommand.executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.hg.command.inventory
Methods in org.apache.maven.scm.provider.hg.command.inventory with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected ListScmResultHgListCommand.executeListCommand(ScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion scmVersion) List contents of the remote repository - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.hg.command.remove
Methods in org.apache.maven.scm.provider.hg.command.remove with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected ScmResultHgRemoveCommand.executeRemoveCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.hg.command.status
Methods in org.apache.maven.scm.provider.hg.command.status with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionHgStatusCommand.executeStatusCommand(ScmProviderRepository repo, ScmFileSet fileSet)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.hg.command.tag
Methods in org.apache.maven.scm.provider.hg.command.tag with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected ScmResultHgTagCommand.executeTagCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, String tag, String message) protected ScmResultHgTagCommand.executeTagCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, String tag, ScmTagParameters scmTagParameters)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.hg.command.update
Methods in org.apache.maven.scm.provider.hg.command.update with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected UpdateScmResultHgUpdateCommand.executeUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion tag)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.hg.repository
Subclasses of ScmProviderRepository in org.apache.maven.scm.provider.hg.repository - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.local
Methods in org.apache.maven.scm.provider.local that return ScmProviderRepositoryModifier and TypeMethodDescriptionLocalScmProvider.makeProviderScmRepository(String scmSpecificUrl, char delimiter) Methods in org.apache.maven.scm.provider.local with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionLocalScmProvider.add(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) TODO: why public? This should be protected, no?protected ChangeLogScmResultLocalScmProvider.changelog(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) LocalScmProvider.checkin(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) LocalScmProvider.checkout(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected ListScmResultLocalScmProvider.list(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) List each element (files and directories) of fileSet as they exist in the repository.protected MkdirScmResultLocalScmProvider.mkdir(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) Create directory/directories in the repository.LocalScmProvider.status(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) LocalScmProvider.tag(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) LocalScmProvider.update(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.local.command.add
Methods in org.apache.maven.scm.provider.local.command.add with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected ScmResultLocalAddCommand.executeAddCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, boolean binary)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.local.command.changelog
Methods in org.apache.maven.scm.provider.local.command.changelog with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected ChangeLogScmResultLocalChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.local.command.checkin
Methods in org.apache.maven.scm.provider.local.command.checkin with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected CheckInScmResultLocalCheckInCommand.executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, ScmVersion version)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.local.command.checkout
Methods in org.apache.maven.scm.provider.local.command.checkout with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected CheckOutScmResultLocalCheckOutCommand.executeCheckOutCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version, boolean recursive, boolean shallow) Execute Check out command line. - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.local.command.list
Methods in org.apache.maven.scm.provider.local.command.list with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected ListScmResultLocalListCommand.executeListCommand(ScmProviderRepository repo, ScmFileSet fileSet, boolean recursive, ScmVersion version) List contents of the remote repository - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.local.command.mkdir
Methods in org.apache.maven.scm.provider.local.command.mkdir with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected MkdirScmResultLocalMkdirCommand.executeMkdirCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, boolean createInLocal)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.local.command.status
Methods in org.apache.maven.scm.provider.local.command.status with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected StatusScmResultLocalStatusCommand.executeStatusCommand(ScmProviderRepository repository, ScmFileSet fileSet)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.local.command.tag
Methods in org.apache.maven.scm.provider.local.command.tag with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected ScmResultLocalTagCommand.executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, String message) protected ScmResultLocalTagCommand.executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, ScmTagParameters scmTagParameters)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.local.command.update
Methods in org.apache.maven.scm.provider.local.command.update with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected UpdateScmResultLocalUpdateCommand.executeUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.local.repository
Subclasses of ScmProviderRepository in org.apache.maven.scm.provider.local.repository - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.svn
Methods in org.apache.maven.scm.provider.svn that return ScmProviderRepositoryModifier and TypeMethodDescriptionAbstractSvnScmProvider.makeProviderScmRepository(File path) AbstractSvnScmProvider.makeProviderScmRepository(String scmSpecificUrl, char delimiter) Methods in org.apache.maven.scm.provider.svn with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionAbstractSvnScmProvider.add(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) TODO: why public? This should be protected, no?protected BlameScmResultAbstractSvnScmProvider.blame(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected BranchScmResultAbstractSvnScmProvider.branch(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) AbstractSvnScmProvider.changelog(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) AbstractSvnScmProvider.checkin(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) AbstractSvnScmProvider.checkout(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) booleanSvnChangeSet.containsFilename(String filename, ScmProviderRepository repository) AbstractSvnScmProvider.diff(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected ScmResultAbstractSvnScmProvider.executeCommand(SvnCommand command, ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected ExportScmResultAbstractSvnScmProvider.export(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) AbstractSvnScmProvider.info(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) AbstractSvnScmProvider.list(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) List each element (files and directories) of fileSet as they exist in the repository.AbstractSvnScmProvider.mkdir(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) Create directory/directories in the repository.abstract booleanAbstractSvnScmProvider.remoteUrlExist(ScmProviderRepository repository, CommandParameters parameters) AbstractSvnScmProvider.remove(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) AbstractSvnScmProvider.status(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) AbstractSvnScmProvider.tag(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) AbstractSvnScmProvider.update(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.svn.repository
Subclasses of ScmProviderRepository in org.apache.maven.scm.provider.svn.repositoryMethods in org.apache.maven.scm.provider.svn.repository that return ScmProviderRepositoryModifier and TypeMethodDescriptionSvnScmProviderRepository.getParent()Get aScmProviderRepositorythat represents the parent folder in the repository.Methods in org.apache.maven.scm.provider.svn.repository with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionSvnScmProviderRepository.getRelativePath(ScmProviderRepository ancestor) Get the relative path between the repository provided as argument and the current repository. - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.svn.svnexe
Methods in org.apache.maven.scm.provider.svn.svnexe with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionSvnExeScmProvider.remoteInfo(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) booleanSvnExeScmProvider.remoteUrlExist(ScmProviderRepository repository, CommandParameters parameters)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.svn.svnexe.command.add
Methods in org.apache.maven.scm.provider.svn.svnexe.command.add with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected ScmResultSvnAddCommand.executeAddCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, boolean binary)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.svn.svnexe.command.blame
Methods in org.apache.maven.scm.provider.svn.svnexe.command.blame with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionSvnBlameCommand.executeBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, String filename)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.svn.svnexe.command.branch
Methods in org.apache.maven.scm.provider.svn.svnexe.command.branch with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionSvnBranchCommand.executeBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, String branch, String message) SvnBranchCommand.executeBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, String branch, ScmBranchParameters scmBranchParameters)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.svn.svnexe.command.changelog
Methods in org.apache.maven.scm.provider.svn.svnexe.command.changelog with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected ChangeLogScmResultSvnChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern) Deprecated.protected ChangeLogScmResultSvnChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern) Deprecated.SvnChangeLogCommand.executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.svn.svnexe.command.checkin
Methods in org.apache.maven.scm.provider.svn.svnexe.command.checkin with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected CheckInScmResultSvnCheckInCommand.executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, ScmVersion version)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.svn.svnexe.command.checkout
Methods in org.apache.maven.scm.provider.svn.svnexe.command.checkout with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected CheckOutScmResultSvnCheckOutCommand.executeCheckOutCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version, boolean recursive, boolean shallow) Execute Check out command line. - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.svn.svnexe.command.diff
Methods in org.apache.maven.scm.provider.svn.svnexe.command.diff with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected DiffScmResultSvnDiffCommand.executeDiffCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.svn.svnexe.command.export
Methods in org.apache.maven.scm.provider.svn.svnexe.command.export with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected ExportScmResultSvnExeExportCommand.executeExportCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version, String outputDirectory)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.svn.svnexe.command.info
Methods in org.apache.maven.scm.provider.svn.svnexe.command.info with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected ScmResultSvnInfoCommand.executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.svn.svnexe.command.list
Methods in org.apache.maven.scm.provider.svn.svnexe.command.list with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected ListScmResultSvnListCommand.executeListCommand(ScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version) List contents of the remote repository - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.svn.svnexe.command.mkdir
Methods in org.apache.maven.scm.provider.svn.svnexe.command.mkdir with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected MkdirScmResultSvnMkdirCommand.executeMkdirCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, boolean createInLocal) Creates directories in the remote repository. - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.svn.svnexe.command.remoteinfo
Methods in org.apache.maven.scm.provider.svn.svnexe.command.remoteinfo with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionSvnRemoteInfoCommand.executeRemoteInfoCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) booleanSvnRemoteInfoCommand.remoteUrlExist(ScmProviderRepository repository, CommandParameters parameters)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.svn.svnexe.command.remove
Methods in org.apache.maven.scm.provider.svn.svnexe.command.remove with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected ScmResultSvnRemoveCommand.executeRemoveCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.svn.svnexe.command.status
Methods in org.apache.maven.scm.provider.svn.svnexe.command.status with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected StatusScmResultSvnStatusCommand.executeStatusCommand(ScmProviderRepository repo, ScmFileSet fileSet)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.svn.svnexe.command.tag
Methods in org.apache.maven.scm.provider.svn.svnexe.command.tag with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionSvnTagCommand.executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, String tag, String message) SvnTagCommand.executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, String tag, ScmTagParameters scmTagParameters)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.svn.svnexe.command.untag
Methods in org.apache.maven.scm.provider.svn.svnexe.command.untag with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionSvnUntagCommand.executeUntagCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmUntagParameters scmUntagParameters) execute untag command - 
Uses of ScmProviderRepository in org.apache.maven.scm.provider.svn.svnexe.command.update
Methods in org.apache.maven.scm.provider.svn.svnexe.command.update with parameters of type ScmProviderRepositoryModifier and TypeMethodDescriptionprotected UpdateScmResultSvnUpdateCommand.executeUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.repository
Methods in org.apache.maven.scm.repository that return ScmProviderRepositoryConstructors in org.apache.maven.scm.repository with parameters of type ScmProviderRepositoryModifierConstructorDescriptionScmRepository(String provider, ScmProviderRepository providerRepository)  - 
Uses of ScmProviderRepository in org.apache.maven.scm.tck.command.remoteinfo
Methods in org.apache.maven.scm.tck.command.remoteinfo that return ScmProviderRepositoryModifier and TypeMethodDescriptionprotected abstract ScmProviderRepositoryAbstractRemoteInfoCommandTckTest.getScmProviderRepository() 
ChangeSet.containsFilename(String)