public class JkTransitivity
extends java.lang.Object
This enum specifies how a dependency must take in account its transitive ones.
Modifier and Type | Field and Description |
---|---|
static JkTransitivity |
COMPILE
Dependency will be fetched along transitive dependencies declared as 'compile'
|
static JkTransitivity |
NONE
Dependency will be fetched without any transitive dependencies
|
static JkTransitivity |
RUNTIME
Dependency will be fetched along transitive dependencies declared as 'runtime'
or 'compile'
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
static JkTransitivity |
ofDeepest(JkTransitivity left,
JkTransitivity right) |
java.lang.String |
toString() |
public static final JkTransitivity NONE
public static final JkTransitivity COMPILE
public static final JkTransitivity RUNTIME
public static JkTransitivity ofDeepest(JkTransitivity left, JkTransitivity right)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object