Package org.eolang.maven.hash
Commit hash package.
The
org.eolang.maven.hash
package contains classes which can help you to
receive a commit hash from different sources:
- by HTTP ChRemote
- from text or a text file ChText
- or by a custom pattern ChPattern
Also some implementations can change the hash value itself ChNarrow
or even cache invocations to improve the performance of getting a commit hash value
ChCached
.-
Interface Summary Interface Description CommitHash Hash of tag. -
Class Summary Class Description ChCached Cached commit hash.ChNarrow Short version of hash.ChPattern Commit Hash pattern.ChRemote Hash of tag from objectionary.ChText Commit Hash from text.CommitHash.ChConstant Hardcoded commit hash.CommitHashesMap Commit hashes table as a map.CommitHashesMap.Fake Fake commit hashes hash-table.