Interface PropertiesAccessor

All Known Implementing Classes:
MockPropertiesAccessor, SystemPropertiesAccessor

@Internal public interface PropertiesAccessor
Interface for accessing system properties.
Since:
v6.1
  • Method Details

    • getProperty

      String getProperty(@Nonnull String key)
    • setProperty

      void setProperty(@Nonnull String key, @Nonnull String value)
    • unsetProperty

      void unsetProperty(@Nonnull String key)
    • getProperties

      Properties getProperties()
    • setProperties

      void setProperties(@Nonnull Properties props)
    • getBoolean

      Boolean getBoolean(@Nonnull String key)
    • getInteger

      Integer getInteger(@Nonnull String key)
    • getLong

      Long getLong(@Nonnull String key)
    • refresh

      void refresh()
    • refresh

      void refresh(@Nonnull String key)