Constructors
| Name | Description |
|---|---|
| Provider(String, double, String) | Constructs a provider with the specified name, version number, and information. |
Methods
| Name | Description |
|---|---|
| getInfo() | Returns a human-readable description of the provider and its services. |
| getName() | Returns the name of this provider. |
| getVersion() | Returns the version number for this provider. |
| toString() | Returns a string with the name and the version number of this provider. |