public class GitDateFormatter
extends java.lang.Object
GitDateFormatter.Format
defines the available types
Modifier and Type | Class and Description |
---|---|
static class |
GitDateFormatter.Format
Git and JGit formats
|
Constructor and Description |
---|
GitDateFormatter(GitDateFormatter.Format format)
Create a new Git oriented date formatter
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
formatDate(PersonIdent ident)
Format committer, author or tagger ident according to this formatter's
specification.
|
public GitDateFormatter(GitDateFormatter.Format format)
format
- public java.lang.String formatDate(PersonIdent ident)
ident
- Copyright © 2012. All Rights Reserved.