public static enum ObjectChecker.ErrorType extends Enum<ObjectChecker.ErrorType>
| Modifier and Type | Method and Description | 
|---|---|
String | 
getMessageId()  | 
static ObjectChecker.ErrorType | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ObjectChecker.ErrorType[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final ObjectChecker.ErrorType NULL_SHA1
public static final ObjectChecker.ErrorType DUPLICATE_ENTRIES
public static final ObjectChecker.ErrorType TREE_NOT_SORTED
public static final ObjectChecker.ErrorType ZERO_PADDED_FILEMODE
public static final ObjectChecker.ErrorType EMPTY_NAME
public static final ObjectChecker.ErrorType FULL_PATHNAME
public static final ObjectChecker.ErrorType HAS_DOT
public static final ObjectChecker.ErrorType HAS_DOTDOT
public static final ObjectChecker.ErrorType HAS_DOTGIT
public static final ObjectChecker.ErrorType BAD_OBJECT_SHA1
public static final ObjectChecker.ErrorType BAD_PARENT_SHA1
public static final ObjectChecker.ErrorType BAD_TREE_SHA1
public static final ObjectChecker.ErrorType MISSING_AUTHOR
public static final ObjectChecker.ErrorType MISSING_COMMITTER
public static final ObjectChecker.ErrorType MISSING_OBJECT
public static final ObjectChecker.ErrorType MISSING_TREE
public static final ObjectChecker.ErrorType MISSING_TYPE_ENTRY
public static final ObjectChecker.ErrorType MISSING_TAG_ENTRY
public static final ObjectChecker.ErrorType BAD_DATE
public static final ObjectChecker.ErrorType BAD_EMAIL
public static final ObjectChecker.ErrorType BAD_TIMEZONE
public static final ObjectChecker.ErrorType MISSING_EMAIL
public static final ObjectChecker.ErrorType MISSING_SPACE_BEFORE_DATE
public static final ObjectChecker.ErrorType GITMODULES_BLOB
public static final ObjectChecker.ErrorType GITMODULES_LARGE
public static final ObjectChecker.ErrorType GITMODULES_NAME
public static final ObjectChecker.ErrorType GITMODULES_PARSE
public static final ObjectChecker.ErrorType GITMODULES_PATH
public static final ObjectChecker.ErrorType GITMODULES_SYMLINK
public static final ObjectChecker.ErrorType GITMODULES_URL
public static final ObjectChecker.ErrorType UNKNOWN_TYPE
public static final ObjectChecker.ErrorType WIN32_BAD_NAME
public static final ObjectChecker.ErrorType BAD_UTF8
public static ObjectChecker.ErrorType[] values()
for (ObjectChecker.ErrorType c : ObjectChecker.ErrorType.values()) System.out.println(c);
public static ObjectChecker.ErrorType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getMessageId()
Copyright © 2020 Eclipse JGit Project. All rights reserved.