Package org.openrewrite.maven
Class AbstractRewriteMojo.ResultsContainer
java.lang.Object
org.openrewrite.maven.AbstractRewriteMojo.ResultsContainer
- Enclosing class:
- AbstractRewriteMojo
-
Constructor Summary
ConstructorsConstructorDescriptionResultsContainer(Path projectRoot, Collection<org.openrewrite.Result> results) -
Method Summary
Modifier and TypeMethodDescription@Nullable RuntimeExceptionbooleanList directories that are empty as a result of applying recipe changes
-
Constructor Details
-
ResultsContainer
-
-
Method Details
-
getFirstException
-
getProjectRoot
-
isNotEmpty
public boolean isNotEmpty() -
newlyEmptyDirectories
List directories that are empty as a result of applying recipe changes
-