Uses of Class
org.apache.maven.scm.manager.NoSuchScmProviderException
Packages that use NoSuchScmProviderException
-
Uses of NoSuchScmProviderException in org.apache.maven.scm.manager
Methods in org.apache.maven.scm.manager that throw NoSuchScmProviderExceptionModifier and TypeMethodDescriptionAbstractScmManager.getProviderByRepository
(ScmRepository repository) ScmManager.getProviderByRepository
(ScmRepository repository) AbstractScmManager.getProviderByType
(String providerType) Returns the default provider registered for this providerType or a specific implementation if the 'maven.scm.provider.providerType.implementation' system property is defined.ScmManager.getProviderByType
(String providerType) Returns the default provider registered for this providerType or a specific implementation if the 'maven.scm.provider.providerType.implementation' system property is defined.AbstractScmManager.getProviderByUrl
(String scmUrl) ScmManager.getProviderByUrl
(String scmUrl) AbstractScmManager.makeProviderScmRepository
(String providerType, File path) ScmManager.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.