toggle menu
foundry
jvm
switch theme
search in API
foundry-gradle-plugin
/
foundry.gradle.topography
/
ModuleTopography
Module
Topography
@
JsonClass
(
generateAdapter
=
true
)
data
class
ModuleTopography
(
val
name
:
String
,
val
gradlePath
:
String
,
val
features
:
Set
<
String
>
,
val
plugins
:
Set
<
String
>
)
(
source
)
Members
Constructors
Module
Topography
Link copied to clipboard
constructor
(
name
:
String
,
gradlePath
:
String
,
features
:
Set
<
String
>
,
plugins
:
Set
<
String
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
features
Link copied to clipboard
val
features
:
Set
<
String
>
gradle
Path
Link copied to clipboard
val
gradlePath
:
String
name
Link copied to clipboard
val
name
:
String
plugins
Link copied to clipboard
val
plugins
:
Set
<
String
>
Functions
write
Json
To
Link copied to clipboard
fun
writeJsonTo
(
path
:
Path
,
prettyPrint
:
Boolean
=
false
)
fun
writeJsonTo
(
property
:
Provider
<
out
FileSystemLocation
>
,
prettyPrint
:
Boolean
=
false
)