Interface WagonConfigurator
- All Known Implementing Classes:
 PlexusWagonConfigurator
public interface WagonConfigurator
A component to configure wagon instances with provider-specific parameters.
- 
Method Summary
 
- 
Method Details
- 
configure
Configures the specified wagon instance with the given configuration.- Parameters:
 wagon- The wagon instance to configure, must not benull.configuration- The configuration to apply to the wagon instance, must not benull.- Throws:
 Exception- If the configuration could not be applied to the wagon.
 
 -