Groovy Documentation

org.gradle.api.internal.artifacts.configurations
Class DetachedConfigurationsProvider

java.lang.Object
  org.gradle.api.internal.artifacts.configurations.DetachedConfigurationsProvider
All Implemented Interfaces:
ConfigurationsProvider

class DetachedConfigurationsProvider
extends java.lang.Object

author:
Hans Dockter


Constructor Summary
DetachedConfigurationsProvider()

 
Method Summary
Set getAll()

void setTheOnlyConfiguration(Configuration theOnlyConfiguration)

 
Methods inherited from class java.lang.Object
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Constructor Detail

DetachedConfigurationsProvider

DetachedConfigurationsProvider()


 
Method Detail

getAll

public Set getAll()


setTheOnlyConfiguration

public void setTheOnlyConfiguration(Configuration theOnlyConfiguration)


 

Groovy Documentation