Uses of Class
org.eclipse.jgit.util.GitDateFormatter.Format

Packages that use GitDateFormatter.Format
org.eclipse.jgit.util   
 

Uses of GitDateFormatter.Format in org.eclipse.jgit.util
 

Methods in org.eclipse.jgit.util that return GitDateFormatter.Format
static GitDateFormatter.Format GitDateFormatter.Format.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GitDateFormatter.Format[] GitDateFormatter.Format.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.eclipse.jgit.util with parameters of type GitDateFormatter.Format
GitDateFormatter(GitDateFormatter.Format format)
          Create a new Git oriented date formatter
 



Copyright © 2012. All Rights Reserved.