Class EntityLinkerProperties

    • Method Detail

      • getProperty

        public String getProperty​(String key,
                                  String defaultValue)
                           throws IOException
        Retrieves a property value for a given key.
        Parameters:
        key - The key to the desired item in the properties configuration key=value
        defaultValue - A default value in case the key, or the value are missing
        Returns:
        A property value as a String.
        Throws:
        IOException - Thrown if the properties object was not initialized properly.