Index

A C D E F G I O P S V W 
All Classes and Interfaces|All Packages

A

accept(Path) - Method in class org.openrewrite.properties.PropertiesParser
 
accept(TreeVisitor<R, P>, P) - Method in interface org.openrewrite.properties.tree.Properties
 
acceptProperties(PropertiesVisitor<P>, P) - Method in interface org.openrewrite.properties.tree.Properties
 
acceptProperties(PropertiesVisitor<P>, P) - Method in class org.openrewrite.properties.tree.Properties.Comment
 
acceptProperties(PropertiesVisitor<P>, P) - Method in class org.openrewrite.properties.tree.Properties.Entry
 
acceptProperties(PropertiesVisitor<P>, P) - Method in class org.openrewrite.properties.tree.Properties.File
 
AddProperty - Class in org.openrewrite.properties
 
AddProperty() - Constructor for class org.openrewrite.properties.AddProperty
 

C

ChangePropertyKey - Class in org.openrewrite.properties
 
ChangePropertyKey() - Constructor for class org.openrewrite.properties.ChangePropertyKey
 
ChangePropertyKey.ChangePropertyKeyVisitor<P> - Class in org.openrewrite.properties
 
ChangePropertyKeyVisitor() - Constructor for class org.openrewrite.properties.ChangePropertyKey.ChangePropertyKeyVisitor
 
ChangePropertyValue - Class in org.openrewrite.properties
 
ChangePropertyValue() - Constructor for class org.openrewrite.properties.ChangePropertyValue
 
ChangePropertyValue.ChangePropertyValueVisitor<P> - Class in org.openrewrite.properties
 
ChangePropertyValueVisitor() - Constructor for class org.openrewrite.properties.ChangePropertyValue.ChangePropertyValueVisitor
 
Comment() - Constructor for class org.openrewrite.properties.tree.Properties.Comment
 

D

DeleteProperty - Class in org.openrewrite.properties
 
DeleteProperty() - Constructor for class org.openrewrite.properties.DeleteProperty
 

E

Entry() - Constructor for class org.openrewrite.properties.tree.Properties.Entry
 

F

File() - Constructor for class org.openrewrite.properties.tree.Properties.File
 
find(Properties, String, Boolean) - Static method in class org.openrewrite.properties.search.FindProperties
Find a set of matching Properties.
FindProperties - Class in org.openrewrite.properties.search
 
FindProperties() - Constructor for class org.openrewrite.properties.search.FindProperties
 

G

getCharset() - Method in class org.openrewrite.properties.tree.Properties.File
 
getDescription() - Method in class org.openrewrite.properties.AddProperty
 
getDescription() - Method in class org.openrewrite.properties.ChangePropertyKey
 
getDescription() - Method in class org.openrewrite.properties.ChangePropertyValue
 
getDescription() - Method in class org.openrewrite.properties.DeleteProperty
 
getDescription() - Method in class org.openrewrite.properties.search.FindProperties
 
getDisplayName() - Method in class org.openrewrite.properties.AddProperty
 
getDisplayName() - Method in class org.openrewrite.properties.ChangePropertyKey
 
getDisplayName() - Method in class org.openrewrite.properties.ChangePropertyValue
 
getDisplayName() - Method in class org.openrewrite.properties.DeleteProperty
 
getDisplayName() - Method in class org.openrewrite.properties.search.FindProperties
 
getLanguage() - Method in class org.openrewrite.properties.PropertiesVisitor
 
getMarkers() - Method in interface org.openrewrite.properties.tree.Properties
 
getPrefix() - Method in interface org.openrewrite.properties.tree.Properties
 
getSingleSourceApplicableTest() - Method in class org.openrewrite.properties.AddProperty
 
getSingleSourceApplicableTest() - Method in class org.openrewrite.properties.ChangePropertyKey
 
getSingleSourceApplicableTest() - Method in class org.openrewrite.properties.ChangePropertyValue
 
getSingleSourceApplicableTest() - Method in class org.openrewrite.properties.DeleteProperty
 
getVisitor() - Method in class org.openrewrite.properties.AddProperty
 
getVisitor() - Method in class org.openrewrite.properties.ChangePropertyKey
 
getVisitor() - Method in class org.openrewrite.properties.ChangePropertyValue
 
getVisitor() - Method in class org.openrewrite.properties.DeleteProperty
 
getVisitor() - Method in class org.openrewrite.properties.search.FindProperties
 

I

isAcceptable(SourceFile, P) - Method in class org.openrewrite.properties.PropertiesVisitor
 
isAcceptable(TreeVisitor<?, P>, P) - Method in interface org.openrewrite.properties.tree.Properties
 

O

org.openrewrite.properties - package org.openrewrite.properties
 
org.openrewrite.properties.internal - package org.openrewrite.properties.internal
 
org.openrewrite.properties.search - package org.openrewrite.properties.search
 
org.openrewrite.properties.tree - package org.openrewrite.properties.tree
 

P

parse(String...) - Method in class org.openrewrite.properties.PropertiesParser
 
parseInputs(Iterable<Parser.Input>, Path, ExecutionContext) - Method in class org.openrewrite.properties.PropertiesParser
 
printer(Cursor) - Method in class org.openrewrite.properties.tree.Properties.File
 
Properties - Interface in org.openrewrite.properties.tree
 
Properties.Comment - Class in org.openrewrite.properties.tree
 
Properties.Content - Interface in org.openrewrite.properties.tree
 
Properties.Entry - Class in org.openrewrite.properties.tree
 
Properties.File - Class in org.openrewrite.properties.tree
 
Properties.Value - Class in org.openrewrite.properties.tree
 
PropertiesParser - Class in org.openrewrite.properties
 
PropertiesParser() - Constructor for class org.openrewrite.properties.PropertiesParser
 
PropertiesPrinter<P> - Class in org.openrewrite.properties.internal
 
PropertiesPrinter() - Constructor for class org.openrewrite.properties.internal.PropertiesPrinter
 
PropertiesVisitor<P> - Class in org.openrewrite.properties
 
PropertiesVisitor() - Constructor for class org.openrewrite.properties.PropertiesVisitor
 

S

sourcePathFromSourceText(Path, String) - Method in class org.openrewrite.properties.PropertiesParser
 

V

Value() - Constructor for class org.openrewrite.properties.tree.Properties.Value
 
visitComment(Properties.Comment, PrintOutputCapture<P>) - Method in class org.openrewrite.properties.internal.PropertiesPrinter
 
visitComment(Properties.Comment, P) - Method in class org.openrewrite.properties.PropertiesVisitor
 
visitEntry(Properties.Entry, PrintOutputCapture<P>) - Method in class org.openrewrite.properties.internal.PropertiesPrinter
 
visitEntry(Properties.Entry, P) - Method in class org.openrewrite.properties.ChangePropertyKey.ChangePropertyKeyVisitor
 
visitEntry(Properties.Entry, P) - Method in class org.openrewrite.properties.ChangePropertyValue.ChangePropertyValueVisitor
 
visitEntry(Properties.Entry, P) - Method in class org.openrewrite.properties.PropertiesVisitor
 
visitFile(Properties.File, PrintOutputCapture<P>) - Method in class org.openrewrite.properties.internal.PropertiesPrinter
 
visitFile(Properties.File, P) - Method in class org.openrewrite.properties.PropertiesVisitor
 
visitMarker(Marker, PrintOutputCapture<P>) - Method in class org.openrewrite.properties.internal.PropertiesPrinter
 

W

withCharset(Charset) - Method in class org.openrewrite.properties.tree.Properties.File
 
withMarkers(Markers) - Method in interface org.openrewrite.properties.tree.Properties
 
withPrefix(String) - Method in interface org.openrewrite.properties.tree.Properties
 
A C D E F G I O P S V W 
All Classes and Interfaces|All Packages