Uses of Class
org.eclipse.jgit.util.GitDateParser.ParseableSimpleDateFormat
-
Packages that use GitDateParser.ParseableSimpleDateFormat Package Description org.eclipse.jgit.util Utility classes. -
-
Uses of GitDateParser.ParseableSimpleDateFormat in org.eclipse.jgit.util
Fields in org.eclipse.jgit.util with type parameters of type GitDateParser.ParseableSimpleDateFormat Modifier and Type Field Description private static java.lang.ThreadLocal<java.util.Map<java.util.Locale,java.util.Map<GitDateParser.ParseableSimpleDateFormat,java.text.SimpleDateFormat>>>
GitDateParser. formatCache
Methods in org.eclipse.jgit.util that return GitDateParser.ParseableSimpleDateFormat Modifier and Type Method Description static GitDateParser.ParseableSimpleDateFormat
GitDateParser.ParseableSimpleDateFormat. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GitDateParser.ParseableSimpleDateFormat[]
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.ParseableSimpleDateFormat Modifier and Type Method Description private static java.text.SimpleDateFormat
GitDateParser. getDateFormat(GitDateParser.ParseableSimpleDateFormat f, java.util.Locale locale)
private static java.text.SimpleDateFormat
GitDateParser. getNewSimpleDateFormat(GitDateParser.ParseableSimpleDateFormat f, java.util.Locale locale, java.util.Map<GitDateParser.ParseableSimpleDateFormat,java.text.SimpleDateFormat> map)
private static java.util.Date
GitDateParser. parse_simple(java.lang.String dateStr, GitDateParser.ParseableSimpleDateFormat f, java.util.Locale locale)
Method parameters in org.eclipse.jgit.util with type arguments of type GitDateParser.ParseableSimpleDateFormat Modifier and Type Method Description private static java.text.SimpleDateFormat
GitDateParser. getNewSimpleDateFormat(GitDateParser.ParseableSimpleDateFormat f, java.util.Locale locale, java.util.Map<GitDateParser.ParseableSimpleDateFormat,java.text.SimpleDateFormat> map)
-