Package org.openrewrite.kotlin
Class KotlinParser.Builder
java.lang.Object
org.openrewrite.Parser.Builder
org.openrewrite.kotlin.KotlinParser.Builder
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- KotlinParser
public static class KotlinParser.Builder
extends org.openrewrite.Parser.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()classpath(Collection<Path> classpath) logCompilationWarningsAndErrors(boolean logCompilationWarningsAndErrors) moduleName(String moduleName) typeCache(org.openrewrite.java.internal.JavaTypeCache typeCache) Methods inherited from class org.openrewrite.Parser.Builder
clone, getSourceFileType
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
logCompilationWarningsAndErrors
public KotlinParser.Builder logCompilationWarningsAndErrors(boolean logCompilationWarningsAndErrors) -
classpath
-
classpath
-
typeCache
-
styles
-
moduleName
-
build
- Specified by:
buildin classorg.openrewrite.Parser.Builder
-
getDslName
- Specified by:
getDslNamein classorg.openrewrite.Parser.Builder
-