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