public interface CategoryControllerFactory extends Pluggable
| Modifier and Type | Method and Description |
|---|---|
CategoryController |
createController(String type,
LegacyManagementController managementController) |
static Set<CategoryControllerFactory> |
findFactories(String version) |
String |
getModelVersion() |
Set<String> |
getSupportedCategories() |
CategoryController createController(String type, LegacyManagementController managementController)
String getModelVersion()
static Set<CategoryControllerFactory> findFactories(String version)
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.