Class Properties.File

java.lang.Object
org.openrewrite.properties.tree.Properties.File
All Implemented Interfaces:
Properties, org.openrewrite.SourceFile, org.openrewrite.Tree
Enclosing interface:
Properties

public static class Properties.File extends Object implements Properties, org.openrewrite.SourceFile
  • Constructor Details

    • File

      public File()
  • Method Details

    • getCharset

      public Charset getCharset()
      Specified by:
      getCharset in interface org.openrewrite.SourceFile
    • withCharset

      public org.openrewrite.SourceFile withCharset(Charset charset)
      Specified by:
      withCharset in interface org.openrewrite.SourceFile
    • acceptProperties

      public <P> Properties acceptProperties(PropertiesVisitor<P> v, P p)
      Specified by:
      acceptProperties in interface Properties
    • printer

      public <P> org.openrewrite.TreeVisitor<?,org.openrewrite.PrintOutputCapture<P>> printer(org.openrewrite.Cursor cursor)
      Specified by:
      printer in interface org.openrewrite.SourceFile
      Specified by:
      printer in interface org.openrewrite.Tree