Uses of Class
org.apache.commons.codec.digest.GitIdentifiers.TreeIdBuilder
-
Packages that use GitIdentifiers.TreeIdBuilder 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.TreeIdBuilder in org.apache.commons.codec.digest
Fields in org.apache.commons.codec.digest with type parameters of type GitIdentifiers.TreeIdBuilder Modifier and Type Field Description private java.util.Map<java.lang.String,GitIdentifiers.TreeIdBuilder>GitIdentifiers.TreeIdBuilder. dirEntriesMethods in org.apache.commons.codec.digest that return GitIdentifiers.TreeIdBuilder Modifier and Type Method Description GitIdentifiers.TreeIdBuilderGitIdentifiers.TreeIdBuilder. addDirectory(java.lang.String name)Adds and returns theGitIdentifiers.TreeIdBuilderfor the named subdirectory, creating it if absent.private GitIdentifiers.TreeIdBuilderGitIdentifiers.TreeIdBuilder. populate(java.nio.file.Path directory)static GitIdentifiers.TreeIdBuilderGitIdentifiers. treeIdBuilder(java.security.MessageDigest messageDigest)Returns a newGitIdentifiers.TreeIdBuilderfor constructing a generalized Git tree identifier from a virtual directory structure, such as the contents of an archive.
-