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 BuckModuleManager
public String getModuleHash(Class<?> cls)
getModuleHash
in interface BuckModuleManager
public String getModuleHash(String moduleId)
getModuleHash
in interface BuckModuleManager
public com.google.common.collect.ImmutableSortedSet<String> getModuleIds()
getModuleIds
in interface BuckModuleManager
public com.google.common.collect.ImmutableSortedSet<String> getModuleDependencies(String moduleId)
getModuleDependencies
in interface BuckModuleManager