Groovy Documentation

org.gradle.api.artifacts.specs
[Java] Enum Type

java.lang.Object
  java.lang.Enum
      org.gradle.api.artifacts.specs.Type
All Implemented Interfaces:
Spec

@Deprecated
public enum Type
extends Enum

Dependency types.


Method Summary
boolean isOf(Dependency dependency)

Dependency types.

 
Methods inherited from class Enum
name, equals, toString, hashCode, compareTo, compareTo, valueOf, getDeclaringClass, ordinal, wait, wait, wait, getClass, notify, notifyAll
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Method Detail

isOf

@Deprecated
public boolean isOf(Dependency dependency)
Dependency types.


 

Gradle API 1.0-milestone-8a