Class AcrolinxSidebarInitParameter

java.lang.Object
com.acrolinx.sidebar.pojo.settings.AcrolinxSidebarInitParameter

public class AcrolinxSidebarInitParameter extends Object
  • Method Details

    • getServerAddress

      public String getServerAddress()
    • getClientSignature

      public String getClientSignature()
    • getLogFileLocation

      public String getLogFileLocation()
      Returns the log file location that was provided using the AcrolinxSidebarInitParameterBuilder.
      Returns:
      the log file location (may be null)
    • getSidebarUrl

      public String getSidebarUrl()
    • getShowServerSelector

      public boolean getShowServerSelector()
    • setServerAddress

      public void setServerAddress(String serverAddress)
    • setShowServerSelector

      public void setShowServerSelector(boolean showServerSelector)
    • setClientLocale

      public void setClientLocale(String clientLocale)
    • getSupported

      public PluginSupportedParameters getSupported()
    • toString

      public String toString()
      Overrides:
      toString in class Object