Class STPropertiesUtils

java.lang.Object
it.uniroma2.art.semanticturkey.properties.STPropertiesUtils

public class STPropertiesUtils extends Object
  • Constructor Details

    • STPropertiesUtils

      public STPropertiesUtils()
  • Method Details

    • parseLanguages

      public static Collection<Language> parseLanguages(String languagesValue) throws org.json.JSONException
      Useful to convert the value of the project-setting languages (that is a json representation of objects {name, tag}) into an array of Lanugage objects
      Parameters:
      languagesValue -
      Returns:
      Throws:
      org.json.JSONException