depanalyzer
Toggle table of contents
2.1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
depanalyzer
depanalyzer
/
com.depanalyzer.parser.maven
/
TreeLine
Tree
Line
data
class
TreeLine
(
val
depth
:
Int
,
val
line
:
String
,
val
groupId
:
String
,
val
artifactId
:
String
,
val
version
:
String
,
val
scope
:
String
?
=
null
,
val
isDirect
:
Boolean
=
depth == 0
,
val
isExcluded
:
Boolean
=
false
)
Members
Constructors
Tree
Line
Link copied to clipboard
constructor
(
depth
:
Int
,
line
:
String
,
groupId
:
String
,
artifactId
:
String
,
version
:
String
,
scope
:
String
?
=
null
,
isDirect
:
Boolean
=
depth == 0
,
isExcluded
:
Boolean
=
false
)
Properties
artifact
Id
Link copied to clipboard
val
artifactId
:
String
depth
Link copied to clipboard
val
depth
:
Int
group
Id
Link copied to clipboard
val
groupId
:
String
is
Direct
Link copied to clipboard
val
isDirect
:
Boolean
is
Excluded
Link copied to clipboard
val
isExcluded
:
Boolean
line
Link copied to clipboard
val
line
:
String
scope
Link copied to clipboard
val
scope
:
String
?
version
Link copied to clipboard
val
version
:
String