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