Uses of Class
org.apache.commons.codec.digest.GitIdentifiers.TreeIdBuilder
Packages that use GitIdentifiers.TreeIdBuilder
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.TreeIdBuilder in org.apache.commons.codec.digest
Methods in org.apache.commons.codec.digest that return GitIdentifiers.TreeIdBuilderModifier and TypeMethodDescriptionGitIdentifiers.TreeIdBuilder.addDirectory(String name) Adds and returns theGitIdentifiers.TreeIdBuilderfor the named subdirectory, creating it if absent.static GitIdentifiers.TreeIdBuilderGitIdentifiers.treeIdBuilder(MessageDigest messageDigest) Returns a newGitIdentifiers.TreeIdBuilderfor constructing a generalized Git tree identifier from a virtual directory structure, such as the contents of an archive.