public class Provider extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Provider.Type
A enumeration inner class that defines Provider types.
|
Constructor and Description |
---|
Provider(Provider.Type type,
String protocol,
String className,
String vendor,
String version) |
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
String |
getProtocol() |
Provider.Type |
getType() |
String |
getVendor() |
String |
getVersion() |
String |
toString() |
public Provider(Provider.Type type, String protocol, String className, String vendor, String version)
Copyright © 2013. All rights reserved.