Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

public java.util.Map<java.lang.String,java.lang.Object> getProperties()

Get plugin properties.

setProperties
public void setProperties(java.util.Map<java.lang.String,java.lang.Object> properties)

Set plugin properties.

getProperty
public java.lang.Object getProperty(java.lang.String property)

...

Method Detail

Interface Methods

getLabel
public java.lang.String getLabel()

Return plugin label. This value will be used when a Resource Bundle Message Key "plugin.className.pluginlabel" is not found by getI18nLabel() method.

getClassName
public java.lang.String getClassName()

Return Class Name for the plugin.

getPropertyOptions
public java.lang.String getPropertyOptions()

Return the plugin properties options in JSON format. Please refer to Plugin Properties Options.

getProperties
public java.util.Map<java.lang.String,java.lang.Object> getProperties()

Get plugin properties.

setProperties
public void setProperties(java.util.Map<java.lang.String,java.lang.Object> properties)

Set plugin properties.

getProperty
public java.lang.Object getProperty(java.lang.String property)

Get a plugin property value by property key.

getPropertyString

...

setProperty
public void setProperty(java.lang.String property, java.lang.Object value)

Set a plugin property.

getPropertyString
public java.lang.String getPropertyString(java.lang.String property)

Get a plugin property value by property key and return in java.lang.String. Non-exist key need to return an empty string instead of NULL value.