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.hashMethods in org.apache.maven.buildcache.hash that return HashFactory Modifier and Type Method Description static HashFactoryHashFactory. of(String algorithm)static HashFactoryHashFactory. 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.xmlMethods in org.apache.maven.buildcache.xml that return HashFactory Modifier and Type Method Description HashFactoryCacheConfig. getHashFactory()HashFactoryCacheConfigImpl. getHashFactory()
 
-