Class JavaProject

java.lang.Object
org.openrewrite.java.marker.JavaProject
All Implemented Interfaces:
org.openrewrite.marker.Marker, org.openrewrite.Tree

public class JavaProject extends Object implements org.openrewrite.marker.Marker
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.openrewrite.marker.Marker

    isAcceptable

    Methods inherited from interface org.openrewrite.Tree

    accept, cast, getId, getJacksonPolymorphicTypeTag, isScope, print, print, print, print, printer, printTrimmed, printTrimmed, printTrimmed, safeCast, withId
  • Constructor Details

    • JavaProject

      public JavaProject()