Package | Description |
---|---|
org.eclipse.jgit.util |
Utility classes.
|
Modifier and Type | Field and Description |
---|---|
private static java.lang.ThreadLocal<java.util.Map<java.util.Locale,java.util.Map<GitDateParser.ParseableSimpleDateFormat,java.text.SimpleDateFormat>>> |
GitDateParser.formatCache |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
private static java.text.SimpleDateFormat |
GitDateParser.getNewSimpleDateFormat(GitDateParser.ParseableSimpleDateFormat f,
java.util.Locale locale,
java.util.Map<GitDateParser.ParseableSimpleDateFormat,java.text.SimpleDateFormat> map) |