public class DefaultBuckModuleManager extends Object implements BuckModuleManager
| Constructor and Description |
|---|
DefaultBuckModuleManager(org.pf4j.PluginManager pluginManager,
BuckModuleJarHashProvider moduleJarHashProvider) |
| 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) |
public DefaultBuckModuleManager(org.pf4j.PluginManager pluginManager,
BuckModuleJarHashProvider moduleJarHashProvider)
public boolean isClassInModule(Class<?> cls)
isClassInModule in interface BuckModuleManagerpublic String getModuleHash(Class<?> cls)
getModuleHash in interface BuckModuleManagerpublic String getModuleHash(String moduleId)
getModuleHash in interface BuckModuleManagerpublic com.google.common.collect.ImmutableSortedSet<String> getModuleIds()
getModuleIds in interface BuckModuleManagerpublic com.google.common.collect.ImmutableSortedSet<String> getModuleDependencies(String moduleId)
getModuleDependencies in interface BuckModuleManager