Package com.google.devtools.ksp
Class KspOptions
-
- All Implemented Interfaces:
public final class KspOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classKspOptions.Builder
-
Field Summary
-
Constructor Summary
Constructors Constructor Description KspOptions(File projectBaseDir, List<File> compileClasspath, List<File> javaSourceRoots, File classOutputDir, File javaOutputDir, File kotlinOutputDir, File resourceOutputDir, List<File> processingClasspath, List<String> processors, Map<String, String> processingOptions, List<File> knownModified, List<File> knownRemoved, File cachesDir, File kspOutputDir, Boolean incremental, Boolean incrementalLog, Boolean allWarningsAsErrors, Boolean withCompilation, Boolean returnOkOnError, List<String> changedClasses, LanguageVersionSettings languageVersionSettings, KotlinVersion compilerVersion, List<File> commonSources, Set<String> excludedProcessors, Boolean mapAnnotationArgumentsInJava)
-
Method Summary
-
-
Constructor Detail
-
KspOptions
KspOptions(File projectBaseDir, List<File> compileClasspath, List<File> javaSourceRoots, File classOutputDir, File javaOutputDir, File kotlinOutputDir, File resourceOutputDir, List<File> processingClasspath, List<String> processors, Map<String, String> processingOptions, List<File> knownModified, List<File> knownRemoved, File cachesDir, File kspOutputDir, Boolean incremental, Boolean incrementalLog, Boolean allWarningsAsErrors, Boolean withCompilation, Boolean returnOkOnError, List<String> changedClasses, LanguageVersionSettings languageVersionSettings, KotlinVersion compilerVersion, List<File> commonSources, Set<String> excludedProcessors, Boolean mapAnnotationArgumentsInJava)
-
-
Method Detail
-
getLanguageVersion
final KotlinVersion getLanguageVersion()
-
getApiVersion
final KotlinVersion getApiVersion()
-
getProjectBaseDir
final File getProjectBaseDir()
-
getCompileClasspath
final List<File> getCompileClasspath()
-
getJavaSourceRoots
final List<File> getJavaSourceRoots()
-
getClassOutputDir
final File getClassOutputDir()
-
getJavaOutputDir
final File getJavaOutputDir()
-
getKotlinOutputDir
final File getKotlinOutputDir()
-
getResourceOutputDir
final File getResourceOutputDir()
-
getProcessingClasspath
final List<File> getProcessingClasspath()
-
getProcessors
final List<String> getProcessors()
-
getProcessingOptions
final Map<String, String> getProcessingOptions()
-
getKnownModified
final List<File> getKnownModified()
-
getKnownRemoved
final List<File> getKnownRemoved()
-
getCachesDir
final File getCachesDir()
-
getKspOutputDir
final File getKspOutputDir()
-
getIncremental
final Boolean getIncremental()
-
getIncrementalLog
final Boolean getIncrementalLog()
-
getAllWarningsAsErrors
final Boolean getAllWarningsAsErrors()
-
getWithCompilation
final Boolean getWithCompilation()
-
getReturnOkOnError
final Boolean getReturnOkOnError()
-
getChangedClasses
final List<String> getChangedClasses()
-
getLanguageVersionSettings
final LanguageVersionSettings getLanguageVersionSettings()
-
getCompilerVersion
final KotlinVersion getCompilerVersion()
-
getCommonSources
final List<File> getCommonSources()
-
getExcludedProcessors
final Set<String> getExcludedProcessors()
-
getMapAnnotationArgumentsInJava
final Boolean getMapAnnotationArgumentsInJava()
-
-
-
-