Interface PropertyStore.PropertyFormatter

Enclosing interface:
PropertyStore

public static interface PropertyStore.PropertyFormatter
Formats a property value, can f.ex. be used to hide passwords and other sensitive data.
  • Method Summary

    Modifier and Type
    Method
    Description
    formatValue(String property, String value)
    Formats the given value.
  • Method Details

    • formatValue

      String formatValue(String property, String value)
      Formats the given value.
      Parameters:
      property - the property
      value - the value
      Returns:
      the value