processing-library-plugin
Toggle table of contents
0.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
processing-library-plugin
processing-library-plugin
/
net.stephcraft.processing.library
/
ProcessingLibraryPlugin
Processing
Library
Plugin
class
ProcessingLibraryPlugin
:
Plugin
<
Project
>
Members
Constructors
Processing
Library
Plugin
Link copied to clipboard
constructor
(
)
Functions
apply
Link copied to clipboard
open
override
fun
apply
(
project
:
Project
)
convention
Link copied to clipboard
context
(
project
:
Project
)
fun
<
T
:
Any
>
Property
<
T
>
.
convention
(
block
:
(
)
->
T
?
)
create
Link copied to clipboard
inline
fun
<
T
:
Any
>
ExtensionContainer
.
create
(
name
:
String
,
noinline
block
:
T
.
(
)
->
Unit
)
:
T
?
register
Link copied to clipboard
inline
fun
<
T
:
Task
>
TaskContainer
.
register
(
name
:
String
,
noinline
block
:
T
.
(
)
->
Unit
)
:
TaskProvider
<
T
?
>
?