toggle menu
shake
0.1.0
jvm
switch theme
search in API
com.shakelang.util.embed.plugin
/
com.shakelang.util.embed.plugin
Package-level
declarations
Types
Functions
Types
Embed
Link copied to clipboard
open
class
Embed
:
Plugin
<
Project
>
Embed
Configuration
Link copied to clipboard
class
EmbedConfiguration
(
val
project
:
Project
,
val
outer
:
EmbedExtension
)
Embed
Extension
Link copied to clipboard
class
EmbedExtension
(
val
project
:
Project
)
File
Builder
Link copied to clipboard
open
class
FileBuilder
@
Inject
constructor
(
val
sourceSet
:
String
)
:
DefaultTask
Pattern
Matcher
Link copied to clipboard
class
PatternMatcher
(
val
basePath
:
Path
)
Functions
configuration
Link copied to clipboard
fun
Project
.
configuration
(
fn
:
EmbedConfiguration
.
(
)
->
Unit
)
get
Embed
Extension
Link copied to clipboard
fun
getEmbedExtension
(
project
:
Project
)
:
EmbedExtension
Get the
EmbedExtension
for the given
project