toggle menu
hubdle
0.6.2-SNAPSHOT
jvm
switch theme
search in API
hubdle-gradle-plugin
/
com.javiersc.hubdle.project.extensions.config.documentation.site
/
ProjectInfo
Project
Info
data
class
ProjectInfo
(
val
name
:
String
,
val
projectPath
:
String
,
val
mdFile
:
File
)
Members
Constructors
Project
Info
Link copied to clipboard
constructor
(
name
:
String
,
projectPath
:
String
,
mdFile
:
File
)
Properties
file
Path
Link copied to clipboard
@get:
Input
val
filePath
:
String
md
File
Link copied to clipboard
@
InputFile
@get:
PathSensitive
(
value
=
PathSensitivity.RELATIVE
)
val
mdFile
:
File
name
Link copied to clipboard
@
Input
val
name
:
String
project
Path
Link copied to clipboard
@
Input
val
projectPath
:
String