BetterModel
Toggle table of contents
1.11.4-SNAPSHOT-340
core
Platform filter
core
Switch theme
Search in API
BetterModel
core
/
kr.toxicity.model
/
BetterModelLibrary
/
LibraryData
Library
Data
data
class
LibraryData
(
val
group
:
String
,
val
artifact
:
String
,
val
subModules
:
Set
<
String
>
=
emptySet()
,
predicate
:
(
)
->
Boolean
=
{ true }
)
Members
Constructors
Library
Data
Link copied to clipboard
constructor
(
group
:
String
,
artifact
:
String
,
subModules
:
Set
<
String
>
=
emptySet()
,
predicate
:
(
)
->
Boolean
=
{ true }
)
Properties
artifact
Link copied to clipboard
val
artifact
:
String
group
Link copied to clipboard
val
group
:
String
is
Loaded
Link copied to clipboard
val
isLoaded
:
Boolean
sub
Modules
Link copied to clipboard
val
subModules
:
Set
<
String
>
Functions
to
Libby
Link copied to clipboard
infix
fun
toLibby
(
plugin
:
BetterModelPluginImpl
)
:
List
<
Library
>