org.gradle.api.artifacts.cache
Interface ModuleResolutionControl

All Superinterfaces:
ResolutionControl<ModuleVersionIdentifier,ResolvedModuleVersion>

public interface ModuleResolutionControl
extends ResolutionControl<ModuleVersionIdentifier,ResolvedModuleVersion>

Command methods for controlling module resolution via the DSL.


Method Summary
 boolean isChanging()
          Does the module change content over time?
 
Methods inherited from interface org.gradle.api.artifacts.cache.ResolutionControl
cacheFor, getCachedResult, getRequest, refresh, useCachedResult
 

Method Detail

isChanging

boolean isChanging()
Does the module change content over time?

Returns:
if the module is changing