|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface ResolvableDependencies
A set of Dependency objects which can be resolved to a set of File instances.
Method Summary | |
---|---|
void
|
afterResolve(Action action)
Adds an action to be executed after the dependencies of this set have been resolved. |
void
|
afterResolve(Closure action)
Adds an action to be executed after the dependencies of this set have been resolved. |
void
|
beforeResolve(Action action)
Adds an action to be executed before the dependencies in this set are resolved. |
void
|
beforeResolve(Closure action)
Adds an action to be executed before the dependencies in this set are resolved. |
DependencySet
|
getDependencies()
Returns the set of dependencies which will be resolved. |
FileCollection
|
getFiles()
Returns a FileCollection which contains the resolved set of files. |
String
|
getName()
Returns the name of this set. |
String
|
getPath()
Returns the path of this set. |
ResolutionResult
|
getResolutionResult()
Returns an instance of ResolutionResult that gives access to the graph of the resolved dependencies. |
Method Detail |
---|
public void afterResolve(Action action)
action
- The action to execute.
public void afterResolve(Closure action)
action
- The action to execute.
public void beforeResolve(Action action)
action
- The action to execute.
public void beforeResolve(Closure action)
action
- The action to execute.
public DependencySet getDependencies()
public FileCollection getFiles()
public String getName()
public String getPath()
@Incubating public ResolutionResult getResolutionResult()
Gradle API 1.12