Interface IndyConfigInfo

    • Method Detail

      • getDefaultConfigFileName

        String getDefaultConfigFileName()
        The name of the file to be written in case no configuration is provided, to allow modification of defaults in future executions.
        Returns:
        a filename, of the form *.conf (unless it's 'main.conf', in which case it'll be appended to the main config file), which will be written to the etc/indy/conf.d directory.
      • getDefaultConfig

        InputStream getDefaultConfig()
        The actual content which should be added to the default configuration file in case no configuration is provided, to allow modification of defaults in future executions.
        Returns:
        The content, usually as a result of loading Thread.currentThread().getContextClassLoader().getResourceAsStream("foo")