public final class PropertiesUtils
extends Object
Utility class to work with Properties.Entry instances.
-
Method Summary
parseValue(org.openrewrite.properties.tree.Properties.Entry entry,
String keyName)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
parseValue
public static Optional<String> parseValue(org.openrewrite.properties.tree.Properties.Entry entry,
String keyName)
- Parameters:
entry - Entry
keyName - property key name
- Returns:
- the value associated with the property