Uses of Enum
org.apache.commons.codec.digest.GitIdentifiers.FileMode
Packages that use GitIdentifiers.FileMode
Package
Description
Simplifies common
MessageDigest tasks and includes a libc crypt(3) compatible crypt method that supports DES, MD5, SHA-256 and SHA-512
based algorithms as well as the Apache specific "$apr1$" variant.-
Uses of GitIdentifiers.FileMode in org.apache.commons.codec.digest
Fields in org.apache.commons.codec.digest declared as GitIdentifiers.FileModeModifier and TypeFieldDescriptionprivate final GitIdentifiers.FileModeGitIdentifiers.DirectoryEntry.typeThe Git object type, which determines the Unix file-mode prefix.Methods in org.apache.commons.codec.digest that return GitIdentifiers.FileModeModifier and TypeMethodDescriptionprivate static GitIdentifiers.FileModestatic GitIdentifiers.FileModeReturns the enum constant of this type with the specified name.static GitIdentifiers.FileMode[]GitIdentifiers.FileMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.codec.digest with parameters of type GitIdentifiers.FileModeModifier and TypeMethodDescriptionvoidGitIdentifiers.TreeIdBuilder.addFile(GitIdentifiers.FileMode mode, String name, byte[] data) Adds a file entry at the given path within this tree.voidGitIdentifiers.TreeIdBuilder.addFile(GitIdentifiers.FileMode mode, String name, long dataSize, InputStream data) Adds a file entry at the given path within this tree, streaming content without buffering.private voidGitIdentifiers.TreeIdBuilder.addFile(GitIdentifiers.FileMode mode, String name, GitIdentifiers.TreeIdBuilder.BlobIdSupplier blobId) Constructors in org.apache.commons.codec.digest with parameters of type GitIdentifiers.FileModeModifierConstructorDescription(package private)DirectoryEntry(String name, GitIdentifiers.FileMode type, byte[] rawObjectId) Constructs a new entry.