Interface ClientConfigXmlService

All Known Implementing Classes:
ClientConfigXmlServiceImpl
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

public interface ClientConfigXmlService
  • Method Details

    • setXmlConfig

      void setXmlConfig(String xml)
    • getBoolean

      boolean getBoolean(String property, boolean defaultValue)
    • getString

      String getString(String property, String defaultValue)