Package com.palantir.baseline.services
Class JarClassHasher.Result
- java.lang.Object
-
- com.palantir.baseline.services.JarClassHasher.Result
-
- Enclosing class:
- JarClassHasher
public static final class JarClassHasher.Result extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JarClassHasher.Resultempty()com.google.common.collect.ImmutableSetMultimap<java.lang.String,com.google.common.hash.HashCode>getHashesByClassName()
-
-
-
Method Detail
-
getHashesByClassName
public com.google.common.collect.ImmutableSetMultimap<java.lang.String,com.google.common.hash.HashCode> getHashesByClassName()
-
empty
public static JarClassHasher.Result empty()
-
-