Class BaseConfiguration

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String[] getConfiguration()
      The configuration parameters to use written as key=value
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BaseConfiguration

        public BaseConfiguration()
    • Method Detail

      • getConfiguration

        public java.lang.String[] getConfiguration()
                                            throws java.lang.IllegalArgumentException
        Description copied from interface: IConfiguration
        The configuration parameters to use written as key=value
        Specified by:
        getConfiguration in interface IConfiguration
        Returns:
        an array of String with key=value pairs
        Throws:
        java.lang.IllegalArgumentException - if something was not right or compatible in the configuration properties