Enum GitIdentifiers.FileMode

java.lang.Object
java.lang.Enum<GitIdentifiers.FileMode>
org.apache.commons.codec.digest.GitIdentifiers.FileMode
All Implemented Interfaces:
Serializable, Comparable<GitIdentifiers.FileMode>
Enclosing class:
GitIdentifiers

The type of a Git tree entry, which maps to a Unix file-mode string.

Git encodes the file type and permission bits as an ASCII octal string that precedes the entry name in the binary tree format. The values defined here cover the four entry types that Git itself produces.

See Also: