public interface BuckModuleManager
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableSortedSet<String> |
getModuleDependencies(String moduleId) |
String |
getModuleHash(Class<?> cls) |
String |
getModuleHash(String moduleId) |
com.google.common.collect.ImmutableSortedSet<String> |
getModuleIds() |
boolean |
isClassInModule(Class<?> cls) |
boolean isClassInModule(Class<?> cls)
String getModuleHash(String moduleId)
com.google.common.collect.ImmutableSortedSet<String> getModuleIds()