Interface LocalizationParameters
- All Superinterfaces:
org.gradle.workers.WorkParameters
public interface LocalizationParameters
extends org.gradle.workers.WorkParameters
Work parameters for the localization generation task.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.workers.WorkParameters
org.gradle.workers.WorkParameters.None -
Method Summary
Modifier and TypeMethodDescriptionorg.gradle.api.file.DirectoryPropertyorg.gradle.api.provider.Property<String>org.gradle.api.file.RegularFileProperty
-
Method Details
-
getSourceFile
org.gradle.api.file.RegularFileProperty getSourceFile()- Returns:
- the source Messages.properties file
-
getOutputDir
org.gradle.api.file.DirectoryProperty getOutputDir()- Returns:
- the output directory for generated files
-
getRelativePath
org.gradle.api.provider.Property<String> getRelativePath()- Returns:
- the relative path of the source file within the source root
-