public interface FlexibleDriverProvider
Modifier and Type | Method and Description |
---|---|
void |
addBinding(String deviceTypeName,
Class<? extends Facet> facetClass,
Class<? extends AbstractFacet> facetImplClass)
Add the facet to the given device type and all children
|
void |
removeBinding(String deviceTypeName,
Class<? extends Facet> facetClass)
Remove the facet from the given device type and all children
|
void addBinding(String deviceTypeName, Class<? extends Facet> facetClass, Class<? extends AbstractFacet> facetImplClass)
deviceTypeName
- device typefacetClass
- facet typefacetImplClass
- facet implementationCopyright © 2015. All Rights Reserved.