Interface Settings

  • All Known Implementing Classes:
    TestSettings

    public interface Settings
    Settings of the current component used in MeasureComputer
    Since:
    5.2
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getString​(java.lang.String key)
      Returns the property as a string Matching on key is case sensitive
      java.lang.String[] getStringArray​(java.lang.String key)
      Returns the property as a an array Returns an empty array if no property is found for this key Matching on key is case sensitive
    • Method Detail

      • getString

        @CheckForNull
        java.lang.String getString​(java.lang.String key)
        Returns the property as a string Matching on key is case sensitive
      • getStringArray

        java.lang.String[] getStringArray​(java.lang.String key)
        Returns the property as a an array Returns an empty array if no property is found for this key Matching on key is case sensitive