-
- All Implemented Interfaces:
public abstract class GroupedModuleDependencies
-
-
Field Summary
Fields Modifier and Type Field Description private final StringbaseSpecprivate final Projectprojectprivate final StringmoduleName
-
Constructor Summary
Constructors Constructor Description GroupedModuleDependencies(Project project, String group, String baseModule, String moduleName)
-
Method Summary
Modifier and Type Method Description final StringgetBaseSpec()final ProjectgetProject()final StringgetModuleName()final ModuleDependencyof(String module, String defaultVersion)-
-
Method Detail
-
getBaseSpec
final String getBaseSpec()
-
getProject
final Project getProject()
-
getModuleName
final String getModuleName()
-
-
-
-