Package org.openrewrite.maven
Class ResourceParser
java.lang.Object
org.openrewrite.maven.ResourceParser
-
Constructor Summary
ConstructorsConstructorDescriptionResourceParser(Path baseDir, org.apache.maven.plugin.logging.Log logger, Collection<String> exclusions, Collection<String> plainTextMasks, int sizeThresholdMb, Collection<Path> excludedDirectories) -
Method Summary
Modifier and TypeMethodDescriptionList<org.openrewrite.SourceFile>parse(Path searchDir, Collection<Path> alreadyParsed) <S extends org.openrewrite.SourceFile>
List<S>parseSourceFiles(Path searchDir, Collection<Path> alreadyParsed, org.openrewrite.ExecutionContext ctx)
-
Constructor Details
-
ResourceParser
public ResourceParser(Path baseDir, org.apache.maven.plugin.logging.Log logger, Collection<String> exclusions, Collection<String> plainTextMasks, int sizeThresholdMb, Collection<Path> excludedDirectories)
-
-
Method Details
-
parse
-
parseSourceFiles
public <S extends org.openrewrite.SourceFile> List<S> parseSourceFiles(Path searchDir, Collection<Path> alreadyParsed, org.openrewrite.ExecutionContext ctx) throws IOException - Throws:
IOException
-