java.lang.Object
org.eclipse.jgit.util.GSSManagerFactory
Factory to detect which GSSManager implementation should be used.
- Since:
- 3.4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GSSManagerFactory
detect()
Auto-detects the GSSManager factory to use based on system.abstract GSSManager
newInstance
(URL url) Returns a GSS Manager instance for the provided url
-
Constructor Details
-
GSSManagerFactory
public GSSManagerFactory()
-
-
Method Details
-
detect
Auto-detects the GSSManager factory to use based on system.- Returns:
- detected GSSManager factory
-
newInstance
Returns a GSS Manager instance for the provided url- Parameters:
url
- the repository url- Returns:
- a GSSManager instance
-