Class AbstractRewriteTask.ResultsContainer

  • Enclosing class:
    AbstractRewriteTask

    public static class AbstractRewriteTask.ResultsContainer
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ResultsContainer​(java.nio.file.Path projectRoot, java.util.Collection<org.openrewrite.Result> results)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.nio.file.Path getProjectRoot()  
      boolean isNotEmpty()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResultsContainer

        public ResultsContainer​(java.nio.file.Path projectRoot,
                                java.util.Collection<org.openrewrite.Result> results)
    • Method Detail

      • getProjectRoot

        public java.nio.file.Path getProjectRoot()
      • isNotEmpty

        public boolean isNotEmpty()