|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface DependencyResolver
Defines methods to resolve dependencies based on a supplied dependency definition.
Method Summary | |
---|---|
java.util.Set
|
getModuleRevisionIds(java.lang.String organisation)
Obtains the ModuleRevisionId instances for the given organisation name |
org.apache.ivy.core.report.ResolveReport
|
resolveDependencies()
|
Method Detail |
---|
public java.util.Set getModuleRevisionIds(java.lang.String organisation)
organisation
- The organisation name
public org.apache.ivy.core.report.ResolveReport resolveDependencies()
Groovy Documentation