public static final class JkResolvedDependencyNode.JkFileNodeInfo extends java.lang.Object implements java.io.Serializable, JkResolvedDependencyNode.JkNodeInfo
Modifier and Type | Method and Description |
---|---|
java.lang.String |
asString() |
JkComputedDependency |
computationOrigin()
If this node comes from a computed dependency, it returns computed dependency in question.
|
java.util.Set<java.lang.String> |
getDeclaredConfigurations() |
java.util.List<java.nio.file.Path> |
getFiles() |
boolean |
isComputed()
Returns
true if this node come from a computed dependency |
static JkResolvedDependencyNode.JkFileNodeInfo |
of(java.util.Set<java.lang.String> configurations,
JkFileDependency dependency) |
java.lang.String |
toString() |
public static JkResolvedDependencyNode.JkFileNodeInfo of(java.util.Set<java.lang.String> configurations, JkFileDependency dependency)
public boolean isComputed()
true
if this node come from a computed dependencypublic JkComputedDependency computationOrigin()
public java.util.List<java.nio.file.Path> getFiles()
getFiles
in interface JkResolvedDependencyNode.JkNodeInfo
public java.util.Set<java.lang.String> getDeclaredConfigurations()
getDeclaredConfigurations
in interface JkResolvedDependencyNode.JkNodeInfo
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String asString()
asString
in interface JkResolvedDependencyNode.JkNodeInfo