Package org.guvnor.ala.runtime.providers
Interface ProviderType
-
- All Known Implementing Classes:
BaseProviderType,InternalProviderType
public interface ProviderTypeThis interface provides the definition for a ProviderType. Different provider types can be implemented and discovered at runtime.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetProviderTypeName()Get the provider type nameStringgetVersion()Get the provider type version
-