DepthFinding
data class DepthFinding(val dependentProject: McProject, val dependentPath: ProjectPath.StringProjectPath, val depth: Int, val children: List<DepthFinding>, val sourceSetName: SourceSetName, val buildFile: File) : Finding, Comparable<DepthFinding> (source)
Constructors
Link copied to clipboard
constructor(dependentProject: McProject, dependentPath: ProjectPath.StringProjectPath, depth: Int, children: List<DepthFinding>, sourceSetName: SourceSetName, buildFile: File)