Uses of Interface
org.eclipse.jgit.lib.TypedConfigGetter
-
Packages that use TypedConfigGetter Package Description org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of TypedConfigGetter in org.eclipse.jgit.lib
Classes in org.eclipse.jgit.lib that implement TypedConfigGetter Modifier and Type Class Description classDefaultTypedConfigGetterAnTypedConfigGetterthat throwsIllegalArgumentExceptionon invalid values.Methods in org.eclipse.jgit.lib with parameters of type TypedConfigGetter Modifier and Type Method Description static voidConfig. setTypedConfigGetter(TypedConfigGetter getter)Globally sets aTypedConfigGetterthat is subsequently used to read typed values from all git configs.
-