Uses of Class
org.apache.commons.codec.digest.GitIdentifiers.FileMode
-
Packages that use GitIdentifiers.FileMode Package Description org.apache.commons.codec.digest Simplifies commonMessageDigesttasks 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
Methods in org.apache.commons.codec.digest that return GitIdentifiers.FileMode Modifier and Type Method Description static GitIdentifiers.FileModeGitIdentifiers.FileMode. valueOf(java.lang.String name)Returns 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.FileMode Modifier and Type Method Description voidGitIdentifiers.TreeIdBuilder. addFile(GitIdentifiers.FileMode mode, java.lang.String name, byte[] data)Adds a file entry at the given path within this tree.voidGitIdentifiers.TreeIdBuilder. addFile(GitIdentifiers.FileMode mode, java.lang.String name, long dataSize, java.io.InputStream data)Adds a file entry at the given path within this tree, streaming content without buffering.
-