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.tui
/
TuiSummary
Tui
Summary
data
class
TuiSummary
(
val
projectName
:
String
,
val
outdatedCount
:
Int
,
val
vulnerableCount
:
Int
,
val
totalEntries
:
Int
)
Members
Constructors
Tui
Summary
Link copied to clipboard
constructor
(
projectName
:
String
,
outdatedCount
:
Int
,
vulnerableCount
:
Int
,
totalEntries
:
Int
)
Properties
outdated
Count
Link copied to clipboard
val
outdatedCount
:
Int
project
Name
Link copied to clipboard
val
projectName
:
String
total
Entries
Link copied to clipboard
val
totalEntries
:
Int
vulnerable
Count
Link copied to clipboard
val
vulnerableCount
:
Int