Uses of Enum Class
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.formatCacheMethods in org.eclipse.jgit.util that return GitDateParser.ParseableSimpleDateFormatModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.GitDateParser.ParseableSimpleDateFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jgit.util with parameters of type GitDateParser.ParseableSimpleDateFormatModifier and TypeMethodDescriptionprivate static SimpleDateFormatGitDateParser.getDateFormat(GitDateParser.ParseableSimpleDateFormat f, Locale locale) private static SimpleDateFormatGitDateParser.getNewSimpleDateFormat(GitDateParser.ParseableSimpleDateFormat f, Locale locale, Map<GitDateParser.ParseableSimpleDateFormat, SimpleDateFormat> map) private static DateGitDateParser.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 SimpleDateFormatGitDateParser.getNewSimpleDateFormat(GitDateParser.ParseableSimpleDateFormat f, Locale locale, Map<GitDateParser.ParseableSimpleDateFormat, SimpleDateFormat> map)