Class AbstractRewriteMojo.ChangesContainer

    • Constructor Detail

      • ChangesContainer

        public ChangesContainer​(Path projectRoot,
                                Collection<org.openrewrite.Change> changes)
    • Method Detail

      • getProjectRoot

        public Path getProjectRoot()
      • isNotEmpty

        public boolean isNotEmpty()
      • stream

        public Stream<org.openrewrite.Change> stream()