Uses of Class
org.apache.maven.scm.repository.ScmRepositoryException
-
-
Uses of ScmRepositoryException in org.apache.maven.scm.manager
Methods in org.apache.maven.scm.manager that throw ScmRepositoryException Modifier and Type Method Description ScmProvider
AbstractScmManager. getProviderByUrl(java.lang.String scmUrl)
ScmProvider
ScmManager. getProviderByUrl(java.lang.String scmUrl)
ScmProvider
ScmManagerStub. getProviderByUrl(java.lang.String scmUrl)
ScmRepository
AbstractScmManager. makeProviderScmRepository(java.lang.String providerType, java.io.File path)
ScmRepository
ScmManager. makeProviderScmRepository(java.lang.String providerType, java.io.File path)
ScmRepository
ScmManagerStub. makeProviderScmRepository(java.lang.String providerType, java.io.File path)
ScmRepository
AbstractScmManager. makeScmRepository(java.lang.String scmUrl)
Generate a SCMRepository from a SCM url.ScmRepository
ScmManager. makeScmRepository(java.lang.String scmUrl)
Generate a SCMRepository from a SCM url.ScmRepository
ScmManagerStub. makeScmRepository(java.lang.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 ScmRepositoryException Modifier and Type Method Description ScmProviderRepository
AbstractScmProvider. makeProviderScmRepository(java.io.File path)
ScmProviderRepository
ScmProvider. makeProviderScmRepository(java.io.File path)
ScmProviderRepository
ScmProvider. makeProviderScmRepository(java.lang.String scmSpecificUrl, char delimiter)
ScmProviderRepository
ScmProviderStub. makeProviderScmRepository(java.io.File path)
ScmProviderRepository
ScmProviderStub. makeProviderScmRepository(java.lang.String scmSpecificUrl, char delimiter)
-
Uses of ScmRepositoryException in org.apache.maven.scm.provider.accurev
Methods in org.apache.maven.scm.provider.accurev that throw ScmRepositoryException Modifier and Type Method Description ScmProviderRepository
AccuRevScmProvider. makeProviderScmRepository(java.io.File path)
ScmProviderRepository
AccuRevScmProvider. makeProviderScmRepository(java.lang.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 ScmRepositoryException Modifier and Type Method Description ScmProviderRepository
BazaarScmProvider. makeProviderScmRepository(java.io.File path)
ScmProviderRepository
BazaarScmProvider. makeProviderScmRepository(java.lang.String scmSpecificUrl, char delimiter)
-
Uses of ScmRepositoryException in org.apache.maven.scm.provider.clearcase
Methods in org.apache.maven.scm.provider.clearcase that throw ScmRepositoryException Modifier and Type Method Description ScmProviderRepository
ClearCaseScmProvider. makeProviderScmRepository(java.lang.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 ScmRepositoryException Constructor Description ClearCaseScmProviderRepository(ScmLogger logger, java.lang.String url, Settings settings)
-
Uses of ScmRepositoryException in org.apache.maven.scm.provider.cvslib
Methods in org.apache.maven.scm.provider.cvslib that throw ScmRepositoryException Modifier and Type Method Description ScmProviderRepository
AbstractCvsScmProvider. makeProviderScmRepository(java.io.File path)
ScmProviderRepository
AbstractCvsScmProvider. makeProviderScmRepository(java.lang.String scmSpecificUrl, char delimiter)
-
Uses of ScmRepositoryException in org.apache.maven.scm.provider.git
Methods in org.apache.maven.scm.provider.git that throw ScmRepositoryException Modifier and Type Method Description ScmProviderRepository
AbstractGitScmProvider. makeProviderScmRepository(java.io.File path)
ScmProviderRepository
AbstractGitScmProvider. makeProviderScmRepository(java.lang.String scmSpecificUrl, char delimiter)
-
Uses of ScmRepositoryException in org.apache.maven.scm.provider.hg
Methods in org.apache.maven.scm.provider.hg that throw ScmRepositoryException Modifier and Type Method Description ScmProviderRepository
HgScmProvider. makeProviderScmRepository(java.io.File path)
ScmProviderRepository
HgScmProvider. makeProviderScmRepository(java.lang.String scmSpecificUrl, char delimiter)
-
Uses of ScmRepositoryException in org.apache.maven.scm.provider.jazz
Methods in org.apache.maven.scm.provider.jazz that throw ScmRepositoryException Modifier and Type Method Description ScmProviderRepository
JazzScmProvider. makeProviderScmRepository(java.lang.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 ScmRepositoryException Modifier and Type Method Description ScmProviderRepository
LocalScmProvider. makeProviderScmRepository(java.lang.String scmSpecificUrl, char delimiter)
-
Uses of ScmRepositoryException in org.apache.maven.scm.provider.perforce
Methods in org.apache.maven.scm.provider.perforce that throw ScmRepositoryException Modifier and Type Method Description ScmProviderRepository
PerforceScmProvider. makeProviderScmRepository(java.lang.String scmSpecificUrl, char delimiter)
-
Uses of ScmRepositoryException in org.apache.maven.scm.provider.starteam
Methods in org.apache.maven.scm.provider.starteam that throw ScmRepositoryException Modifier and Type Method Description ScmProviderRepository
StarteamScmProvider. makeProviderScmRepository(java.lang.String scmSpecificUrl, char delimiter)
-
Uses of ScmRepositoryException in org.apache.maven.scm.provider.svn
Methods in org.apache.maven.scm.provider.svn that throw ScmRepositoryException Modifier and Type Method Description ScmProviderRepository
AbstractSvnScmProvider. makeProviderScmRepository(java.io.File path)
ScmProviderRepository
AbstractSvnScmProvider. makeProviderScmRepository(java.lang.String scmSpecificUrl, char delimiter)
-
Uses of ScmRepositoryException in org.apache.maven.scm.provider.synergy
Methods in org.apache.maven.scm.provider.synergy that throw ScmRepositoryException Modifier and Type Method Description ScmProviderRepository
SynergyScmProvider. makeProviderScmRepository(java.lang.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 Constructor Description SynergyScmProviderRepository(java.lang.String url)
-
Uses of ScmRepositoryException in org.apache.maven.scm.provider.tfs
Methods in org.apache.maven.scm.provider.tfs that throw ScmRepositoryException Modifier and Type Method Description ScmProviderRepository
TfsScmProvider. makeProviderScmRepository(java.lang.String scmUrl, char delimiter)
-
Uses of ScmRepositoryException in org.apache.maven.scm.provider.vss
Methods in org.apache.maven.scm.provider.vss that throw ScmRepositoryException Modifier and Type Method Description ScmProviderRepository
VssScmProvider. makeProviderScmRepository(java.lang.String scmSpecificUrl, char delimiter)
-