org.gradle.api.artifacts.specs
Class DependencySpecs

java.lang.Object
  extended by org.gradle.api.artifacts.specs.DependencySpecs

Deprecated.

@Deprecated
public class DependencySpecs
extends Object

Various Spec implementations for selecting Dependency instances.


Constructor Summary
DependencySpecs()
          Deprecated.  
 
Method Summary
static Spec<Dependency> type(Type type)
          Deprecated. 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependencySpecs

public DependencySpecs()
Deprecated. 
Method Detail

type

@Deprecated
public static Spec<Dependency> type(Type type)
Deprecated. 

Deprecated. Use Type directly instead (it already implements Spec).