public static class AbstractRewriteMojo.ChangesContainer extends Object
| Constructor and Description |
|---|
ChangesContainer(Path projectRoot,
Collection<org.openrewrite.Change> changes) |
| Modifier and Type | Method and Description |
|---|---|
Path |
getProjectRoot() |
boolean |
isNotEmpty() |
Stream<org.openrewrite.Change> |
stream() |
public ChangesContainer(Path projectRoot, Collection<org.openrewrite.Change> changes)
Copyright © 2020 Rewrite, Inc.. All rights reserved.