Interface WagonConfigurator

    • Method Detail

      • configure

        void configure​(Wagon wagon,
                       Object configuration)
                throws Exception
        Configures the specified wagon instance with the given configuration.
        Parameters:
        wagon - The wagon instance to configure, must not be null.
        configuration - The configuration to apply to the wagon instance, must not be null.
        Throws:
        Exception - If the configuration could not be applied to the wagon.