Class StandardControllerServiceApiLookup
java.lang.Object
org.apache.nifi.controller.service.StandardControllerServiceApiLookup
- All Implemented Interfaces:
ControllerServiceApiLookup
public class StandardControllerServiceApiLookup
extends Object
implements ControllerServiceApiLookup
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRequiredServiceApis(String type, org.apache.nifi.flow.Bundle bundle)
-
Field Details
-
extensionManager
-
-
Constructor Details
-
StandardControllerServiceApiLookup
-
-
Method Details
-
getRequiredServiceApis
public Map<String,org.apache.nifi.flow.ControllerServiceAPI> getRequiredServiceApis(String type, org.apache.nifi.flow.Bundle bundle) - Specified by:
getRequiredServiceApisin interfaceControllerServiceApiLookup
-