@CompileStatic abstract class ProfileCompilerTask extends AbstractCompile
Compiles the classes for a profile
| Modifiers | Name | Description |
|---|---|---|
static String |
DEFAULT_COMPATIBILITY |
|
static String |
PROFILE_COMMANDS |
|
static String |
PROFILE_NAME |
| Constructor and description |
|---|
ProfileCompilerTask(ObjectFactory objectFactory) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
execute() |
|
abstract RegularFileProperty |
getProfileConfig() |
|
abstract Property<ResolvedComponentResult> |
getProfileDependencyRoot() |
|
abstract RegularFileProperty |
getProfileFile() |
|
abstract Property<String> |
getProjectName() |
|
FileTree |
getSource() |
|
abstract DirectoryProperty |
getTemplatesDir() |