Package org.openrewrite.properties.tree
Class Properties.File
java.lang.Object
org.openrewrite.properties.tree.Properties.File
- All Implemented Interfaces:
Properties,org.openrewrite.SourceFile,org.openrewrite.SourceFileWithReferences,org.openrewrite.Tree
- Enclosing interface:
Properties
public static class Properties.File
extends Object
implements Properties, org.openrewrite.SourceFileWithReferences
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.openrewrite.properties.tree.Properties
Properties.Comment, Properties.Content, Properties.Continuation, Properties.Entry, Properties.File, Properties.ValueNested classes/interfaces inherited from interface org.openrewrite.SourceFileWithReferences
org.openrewrite.SourceFileWithReferences.References -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<P> PropertiesacceptProperties(PropertiesVisitor<P> v, P p) org.openrewrite.SourceFileWithReferences.References<P> org.openrewrite.TreeVisitor<?, org.openrewrite.PrintOutputCapture<P>> printer(org.openrewrite.Cursor cursor) org.openrewrite.SourceFilewithCharset(Charset charset) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openrewrite.properties.tree.Properties
accept, getPrefix, isAcceptable, withPrefixMethods inherited from interface org.openrewrite.SourceFile
getChecksum, getFileAttributes, getSourcePath, getStyle, getStyle, getWeight, isCharsetBomMarked, printAll, printAll, printAll, printAllAsBytes, printAllAsBytes, printAllTrimmed, printAllTrimmed, printEqualsInput, service, withCharsetBomMarked, withChecksum, withFileAttributes, withSourcePathMethods inherited from interface org.openrewrite.SourceFileWithReferences
buildMethods inherited from interface org.openrewrite.Tree
cast, getId, getMarkers, isScope, print, print, print, printTrimmed, printTrimmed, printTrimmed, withId, withMarkers
-
Constructor Details
-
File
public File()
-
-
Method Details
-
getCharset
- Specified by:
getCharsetin interfaceorg.openrewrite.SourceFile
-
withCharset
- Specified by:
withCharsetin interfaceorg.openrewrite.SourceFile
-
acceptProperties
- Specified by:
acceptPropertiesin interfaceProperties
-
printer
public <P> org.openrewrite.TreeVisitor<?,org.openrewrite.PrintOutputCapture<P>> printer(org.openrewrite.Cursor cursor) - Specified by:
printerin interfaceorg.openrewrite.SourceFile- Specified by:
printerin interfaceorg.openrewrite.Tree
-
getReferences
public org.openrewrite.SourceFileWithReferences.References getReferences()- Specified by:
getReferencesin interfaceorg.openrewrite.SourceFileWithReferences
-