Interface GradleProject
public interface GradleProject
-
Method Details
-
getName
String getName() -
getPath
String getPath() -
getPlugins
List<GradlePluginDescriptor> getPlugins() -
getMavenRepositories
List<MavenRepository> getMavenRepositories() -
getMavenPluginRepositories
List<MavenRepository> getMavenPluginRepositories() -
getNameToConfiguration
Map<String,GradleDependencyConfiguration> getNameToConfiguration()
-