Uses of Class
org.apache.maven.buildcache.hash.HashFactory
-
Packages that use HashFactory Package Description org.apache.maven.buildcache.hash org.apache.maven.buildcache.xml -
-
Uses of HashFactory in org.apache.maven.buildcache.hash
Methods in org.apache.maven.buildcache.hash that return HashFactory Modifier and Type Method Description static HashFactory
HashFactory. of(String algorithm)
static HashFactory
HashFactory. valueOf(String name)
Returns the enum constant of this type with the specified name.static HashFactory[]
HashFactory. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HashFactory in org.apache.maven.buildcache.xml
Methods in org.apache.maven.buildcache.xml that return HashFactory Modifier and Type Method Description HashFactory
CacheConfig. getHashFactory()
HashFactory
CacheConfigImpl. getHashFactory()
-