public interface ProviderModule
| Modifier and Type | Method and Description |
|---|---|
List<PropertyProvider> |
getPropertyProviders(Resource.Type type)
Get the list of property providers for the given resource type.
|
ResourceProvider |
getResourceProvider(Resource.Type type)
Get a resource adapter for the given resource type.
|
ResourceProvider getResourceProvider(Resource.Type type)
type - the resource typeList<PropertyProvider> getPropertyProviders(Resource.Type type)
type - the resource typeCopyright © 2022 Apache Software Foundation. All rights reserved.