Interface ConfiguredProvider

All Known Subinterfaces:
ComponentFactory<CreatedType,ProviderType>, ConfiguredComponent, SubComponentFactory<CreatedType,ProviderType>

public interface ConfiguredProvider
Version:
$Revision: 1 $
Author:
Bill Burke
  • Method Details

    • getHelpText

      String getHelpText()
    • getConfigProperties

      List<ProviderConfigProperty> getConfigProperties()
    • getConfig

      default <C> C getConfig()
      Returns a default configuration for this provider.
      Type Parameters:
      C - the type of the configuration
      Returns:
      the default configuration