Uses of Interface
org.eclipse.jgit.lib.TypedConfigGetter
Packages that use TypedConfigGetter
-
Uses of TypedConfigGetter in org.eclipse.jgit.lib
Classes in org.eclipse.jgit.lib that implement TypedConfigGetterModifier and TypeClassDescriptionclass
AnTypedConfigGetter
that throwsIllegalArgumentException
on invalid values.Methods in org.eclipse.jgit.lib with parameters of type TypedConfigGetterModifier and TypeMethodDescriptionstatic void
Config.setTypedConfigGetter
(TypedConfigGetter getter) Globally sets aTypedConfigGetter
that is subsequently used to read typed values from all git configs.