Uses of Enum
org.eclipse.jgit.util.GitDateParser.ParseableSimpleDateFormat
Packages that use GitDateParser.ParseableSimpleDateFormat
-
Uses of GitDateParser.ParseableSimpleDateFormat in org.eclipse.jgit.util
Fields in org.eclipse.jgit.util with type parameters of type GitDateParser.ParseableSimpleDateFormatModifier and TypeFieldDescriptionprivate static ThreadLocal
<Map<Locale, Map<GitDateParser.ParseableSimpleDateFormat, SimpleDateFormat>>> GitDateParser.formatCache
Methods in org.eclipse.jgit.util that return GitDateParser.ParseableSimpleDateFormatModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.GitDateParser.ParseableSimpleDateFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jgit.util with parameters of type GitDateParser.ParseableSimpleDateFormatModifier and TypeMethodDescriptionprivate static SimpleDateFormat
GitDateParser.getDateFormat
(GitDateParser.ParseableSimpleDateFormat f, Locale locale) private static SimpleDateFormat
GitDateParser.getNewSimpleDateFormat
(GitDateParser.ParseableSimpleDateFormat f, Locale locale, Map<GitDateParser.ParseableSimpleDateFormat, SimpleDateFormat> map) private static Date
GitDateParser.parse_simple
(String dateStr, GitDateParser.ParseableSimpleDateFormat f, Locale locale) Method parameters in org.eclipse.jgit.util with type arguments of type GitDateParser.ParseableSimpleDateFormatModifier and TypeMethodDescriptionprivate static SimpleDateFormat
GitDateParser.getNewSimpleDateFormat
(GitDateParser.ParseableSimpleDateFormat f, Locale locale, Map<GitDateParser.ParseableSimpleDateFormat, SimpleDateFormat> map)