Interface WagonConfigurator

  • All Known Implementing Classes:
    PlexusWagonConfigurator

    public interface WagonConfigurator
    A component to configure wagon instances with provider-specific parameters.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void configure​(org.apache.maven.wagon.Wagon wagon, java.lang.Object configuration)
      Configures the specified wagon instance with the given configuration.
    • Method Detail

      • configure

        void configure​(org.apache.maven.wagon.Wagon wagon,
                       java.lang.Object configuration)
                throws java.lang.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:
        java.lang.Exception - If the configuration could not be applied to the wagon.