Package | Description |
---|---|
io.cdap.cdap.api.plugin |
Packages for plugins in CDAP.
|
io.cdap.cdap.api.service.http |
Defines a service for handling HTTP requests.
|
io.cdap.cdap.internal.api |
This package contains internal classes for supporting the CDAP API.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
PluginConfigurer.usePlugin(String pluginType,
String pluginName,
String pluginId,
PluginProperties properties,
PluginSelector selector)
Adds a Plugin usage to the Application and create a new instance.
|
<T> Class<T> |
PluginConfigurer.usePluginClass(String pluginType,
String pluginName,
String pluginId,
PluginProperties properties,
PluginSelector selector)
Adds a Plugin usage to the Application.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
ServicePluginConfigurer.usePlugin(String pluginType,
String pluginName,
String pluginId,
PluginProperties properties,
PluginSelector selector,
MacroEvaluator macroEvaluator,
MacroParserOptions options)
Adds a Plugin usage to the Application and create a new instance.
|
Modifier and Type | Method and Description |
---|---|
<M> M |
AbstractPluginConfigurable.usePlugin(String pluginType,
String pluginName,
String pluginId,
PluginProperties properties,
PluginSelector selector) |
<M> Class<M> |
AbstractPluginConfigurable.usePluginClass(String pluginType,
String pluginName,
String pluginId,
PluginProperties properties,
PluginSelector selector) |
Copyright © 2024 Cask Data, Inc. Licensed under the Apache License, Version 2.0.