Uses of Class
org.apache.maven.scm.repository.ScmRepositoryException
Packages that use ScmRepositoryException
Package
Description
-
Uses of ScmRepositoryException in org.apache.maven.scm.manager
Methods in org.apache.maven.scm.manager that throw ScmRepositoryExceptionModifier and TypeMethodDescriptionAbstractScmManager.getProviderByUrl
(String scmUrl) ScmManager.getProviderByUrl
(String scmUrl) ScmManagerStub.getProviderByUrl
(String scmUrl) AbstractScmManager.makeProviderScmRepository
(String providerType, File path) ScmManager.makeProviderScmRepository
(String providerType, File path) ScmManagerStub.makeProviderScmRepository
(String providerType, File path) AbstractScmManager.makeScmRepository
(String scmUrl) Generate a SCMRepository from a SCM url.ScmManager.makeScmRepository
(String scmUrl) Generate a SCMRepository from a SCM url.ScmManagerStub.makeScmRepository
(String scmUrl) Generate a SCMRepository from a SCM url. -
Uses of ScmRepositoryException in org.apache.maven.scm.provider
Methods in org.apache.maven.scm.provider that throw ScmRepositoryExceptionModifier and TypeMethodDescriptionAbstractScmProvider.makeProviderScmRepository
(File path) ScmProvider.makeProviderScmRepository
(File path) ScmProvider.makeProviderScmRepository
(String scmSpecificUrl, char delimiter) ScmProviderStub.makeProviderScmRepository
(File path) ScmProviderStub.makeProviderScmRepository
(String scmSpecificUrl, char delimiter) -
Uses of ScmRepositoryException in org.apache.maven.scm.provider.accurev
Methods in org.apache.maven.scm.provider.accurev that throw ScmRepositoryExceptionModifier and TypeMethodDescriptionAccuRevScmProvider.makeProviderScmRepository
(File path) AccuRevScmProvider.makeProviderScmRepository
(String scmSpecificUrl, char delimiter) The basic url parsing approach is to be as loose as possible. -
Uses of ScmRepositoryException in org.apache.maven.scm.provider.bazaar
Methods in org.apache.maven.scm.provider.bazaar that throw ScmRepositoryExceptionModifier and TypeMethodDescriptionBazaarScmProvider.makeProviderScmRepository
(File path) BazaarScmProvider.makeProviderScmRepository
(String scmSpecificUrl, char delimiter) -
Uses of ScmRepositoryException in org.apache.maven.scm.provider.clearcase
Methods in org.apache.maven.scm.provider.clearcase that throw ScmRepositoryExceptionModifier and TypeMethodDescriptionClearCaseScmProvider.makeProviderScmRepository
(String scmSpecificUrl, char delimiter) -
Uses of ScmRepositoryException in org.apache.maven.scm.provider.clearcase.repository
Constructors in org.apache.maven.scm.provider.clearcase.repository that throw ScmRepositoryExceptionModifierConstructorDescriptionClearCaseScmProviderRepository
(ScmLogger logger, String url, Settings settings) -
Uses of ScmRepositoryException in org.apache.maven.scm.provider.cvslib
Methods in org.apache.maven.scm.provider.cvslib that throw ScmRepositoryExceptionModifier and TypeMethodDescriptionAbstractCvsScmProvider.makeProviderScmRepository
(File path) AbstractCvsScmProvider.makeProviderScmRepository
(String scmSpecificUrl, char delimiter) -
Uses of ScmRepositoryException in org.apache.maven.scm.provider.git
Methods in org.apache.maven.scm.provider.git that throw ScmRepositoryExceptionModifier and TypeMethodDescriptionAbstractGitScmProvider.makeProviderScmRepository
(File path) AbstractGitScmProvider.makeProviderScmRepository
(String scmSpecificUrl, char delimiter) -
Uses of ScmRepositoryException in org.apache.maven.scm.provider.hg
Methods in org.apache.maven.scm.provider.hg that throw ScmRepositoryExceptionModifier and TypeMethodDescriptionHgScmProvider.makeProviderScmRepository
(File path) HgScmProvider.makeProviderScmRepository
(String scmSpecificUrl, char delimiter) -
Uses of ScmRepositoryException in org.apache.maven.scm.provider.jazz
Methods in org.apache.maven.scm.provider.jazz that throw ScmRepositoryExceptionModifier and TypeMethodDescriptionJazzScmProvider.makeProviderScmRepository
(String scmUrl, char delimiter) This method parses the scm URL and returns a SCM provider repository. -
Uses of ScmRepositoryException in org.apache.maven.scm.provider.local
Methods in org.apache.maven.scm.provider.local that throw ScmRepositoryExceptionModifier and TypeMethodDescriptionLocalScmProvider.makeProviderScmRepository
(String scmSpecificUrl, char delimiter) -
Uses of ScmRepositoryException in org.apache.maven.scm.provider.perforce
Methods in org.apache.maven.scm.provider.perforce that throw ScmRepositoryExceptionModifier and TypeMethodDescriptionPerforceScmProvider.makeProviderScmRepository
(String scmSpecificUrl, char delimiter) -
Uses of ScmRepositoryException in org.apache.maven.scm.provider.starteam
Methods in org.apache.maven.scm.provider.starteam that throw ScmRepositoryExceptionModifier and TypeMethodDescriptionStarteamScmProvider.makeProviderScmRepository
(String scmSpecificUrl, char delimiter) -
Uses of ScmRepositoryException in org.apache.maven.scm.provider.svn
Methods in org.apache.maven.scm.provider.svn that throw ScmRepositoryExceptionModifier and TypeMethodDescriptionAbstractSvnScmProvider.makeProviderScmRepository
(File path) AbstractSvnScmProvider.makeProviderScmRepository
(String scmSpecificUrl, char delimiter) -
Uses of ScmRepositoryException in org.apache.maven.scm.provider.synergy
Methods in org.apache.maven.scm.provider.synergy that throw ScmRepositoryExceptionModifier and TypeMethodDescriptionSynergyScmProvider.makeProviderScmRepository
(String scmSpecificUrl, char delimiter) -
Uses of ScmRepositoryException in org.apache.maven.scm.provider.synergy.repository
Constructors in org.apache.maven.scm.provider.synergy.repository that throw ScmRepositoryException -
Uses of ScmRepositoryException in org.apache.maven.scm.provider.tfs
Methods in org.apache.maven.scm.provider.tfs that throw ScmRepositoryExceptionModifier and TypeMethodDescriptionTfsScmProvider.makeProviderScmRepository
(String scmUrl, char delimiter) -
Uses of ScmRepositoryException in org.apache.maven.scm.provider.vss
Methods in org.apache.maven.scm.provider.vss that throw ScmRepositoryExceptionModifier and TypeMethodDescriptionVssScmProvider.makeProviderScmRepository
(String scmSpecificUrl, char delimiter)