public abstract class VersionedProvider extends Provider
Provider.Service
defaults
Modifier | Constructor and Description |
---|---|
protected |
VersionedProvider(String name,
String version,
String info)
Constructs a provider with the specified name, version number,
and information.
|
clear, compute, computeIfAbsent, computeIfPresent, elements, entrySet, forEach, get, getInfo, getName, getOrDefault, getProperty, getService, getServices, getVersion, keys, keySet, load, merge, put, putAll, putIfAbsent, putService, remove, remove, removeService, replace, replace, replaceAll, toString, values
getProperty, list, list, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
clone, contains, containsKey, containsValue, equals, hashCode, isEmpty, rehash, size
protected VersionedProvider(String name, String version, String info)
name
- the provider nameversion
- the provider version number stringinfo
- a description of the provider and its servicesCopyright © 2020 JBoss by Red Hat. All rights reserved.