Interface PluginConfig

All Known Implementing Classes:
PlugInConfigImpl

public interface PluginConfig
Plug-in Configuration object. Stores all the plug-in configuration data.
Since:
OAM 11.1.1.2.0
  • Method Details

    • getParameters

      Map<String,<wbr>Serializable> getParameters()
      get all configuration parameters.
      Returns:
      the parameters
    • getParameter

      Serializable getParameter<wbr>(String parameterName)
      get a configuration parameter.
      Parameters:
      parameterName - the parameter name
      Returns:
      the parameter