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
Methods 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.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.
-