Class PropertiesLanguage

java.lang.Object
qupath.lib.scripting.languages.ScriptLanguage
qupath.lib.gui.scripting.languages.PropertiesLanguage

public class PropertiesLanguage extends ScriptLanguage
Class for the representation of properties and config files in QuPath.

Since:
v0.5.0
Author:
Pete Bankhead
  • Constructor Details

    • PropertiesLanguage

      public PropertiesLanguage()
      Constructor for a Java properties as a script editor language. This constructor should never be called. Instead, use the static getInstance() method.

      Note: this has to be public for the ServiceLoader to work.

  • Method Details