Class PropertiesReference

java.lang.Object
org.openrewrite.properties.trait.PropertiesReference
All Implemented Interfaces:
org.openrewrite.trait.Reference, org.openrewrite.trait.Trait<org.openrewrite.Tree>

public class PropertiesReference extends Object implements org.openrewrite.trait.Reference
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     

    Nested classes/interfaces inherited from interface org.openrewrite.trait.Reference

    org.openrewrite.trait.Reference.AbstractProvider<U extends org.openrewrite.trait.Reference>, org.openrewrite.trait.Reference.Kind, org.openrewrite.trait.Reference.Matcher, org.openrewrite.trait.Reference.Renamer
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.openrewrite.Tree
    rename(org.openrewrite.trait.Reference.Renamer renamer, org.openrewrite.Cursor cursor, org.openrewrite.ExecutionContext ctx)
     
    boolean
     

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface org.openrewrite.trait.Reference

    getKind, matches

    Methods inherited from interface org.openrewrite.trait.Trait

    getCursor, getTree
  • Constructor Details

    • PropertiesReference

      public PropertiesReference()
  • Method Details

    • getValue

      public String getValue()
      Specified by:
      getValue in interface org.openrewrite.trait.Reference
    • supportsRename

      public boolean supportsRename()
      Specified by:
      supportsRename in interface org.openrewrite.trait.Reference
    • rename

      public org.openrewrite.Tree rename(org.openrewrite.trait.Reference.Renamer renamer, org.openrewrite.Cursor cursor, org.openrewrite.ExecutionContext ctx)
      Specified by:
      rename in interface org.openrewrite.trait.Reference