Package org.guvnor.ala.config
Interface ProviderConfig
-
- All Superinterfaces:
Config
- All Known Implementing Classes:
BaseProvider
public interface ProviderConfig extends Config
Base Provider configuration interface. Provide different implementations for different Provider Configuration types.
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROVIDER_NAMEStandard attribute name for referencing or defining a provider.
-
-
-
Field Detail
-
PROVIDER_NAME
static final String PROVIDER_NAME
Standard attribute name for referencing or defining a provider. Pipeline inputs that wants to refer to an already registered provider, or wants to create a provider during pipeline execution should use this parameter for holding the provider name.- See Also:
- Constant Field Values
-
-