Interface | Description |
---|---|
IArtifactMetadata | |
IArtifactResources |
Encapsulates resources selected from an artifact
|
IDirectoryFiles |
Helper interface to encapsulate inputs selected from a particular directory.
|
Messages |
Class | Description |
---|---|
BuilderContext |
Enum | Description |
---|---|
LifecyclePhase | |
ResolutionScope |
Dependency resolution scope
|
ResourceType |
Annotation Type | Description |
---|---|
ArtifactResources | |
Builder | |
Dependencies |
Project dependencies.
|
DependencyResources | |
GeneratedResourcesDirectory |
Indicates that annotated @
GeneratedResourcesDirectory is a resource root with specified
includes/excludes parameters. |
GeneratedSourcesDirectory |
Similar to @
OutputDirectory but the directory is also added as compile or testCompile
source root to MavenProject model as a result of the build. |
InputDirectory |
Indicates that annotated element is an input directory parameter.
|
InputDirectoryFiles |
Indicates that annotated parameter is a collection of input directory files that match
includes/excludes file name patters.
|
InputFile |
Identifies single input file parameter.
|
NonDeterministic |
Use this annotation if your builder needs to access resources outside of declared inputs.
|
OutputDirectory |
Indicates that annotated element is an output directory.
|
OutputFile |
Indicates that annotated element is an output file.
|
Parameter |
Indicates that annotated element is a builder parameter.
|
Copyright © 2021. All rights reserved.