Package | Description |
---|---|
io.cdap.cdap.api.plugin |
Packages for plugins in CDAP.
|
Modifier and Type | Method and Description |
---|---|
Map<String,PluginPropertyField> |
PluginClass.getProperties()
Returns a map from config property name to
PluginPropertyField that are supported by
the plugin class. |
Modifier and Type | Method and Description |
---|---|
PluginClass.Builder |
PluginClass.Builder.add(String key,
PluginPropertyField value)
Adds a property
|
Modifier and Type | Method and Description |
---|---|
PluginClass.Builder |
PluginClass.Builder.addAll(Map<String,PluginPropertyField> properties)
Adds multiple properties.
|
PluginClass.Builder |
PluginClass.Builder.setProperties(Map<String,PluginPropertyField> properties)
Set and replace the plugin properties
|
Constructor and Description |
---|
PluginClass(String type,
String name,
String className,
String configfieldName,
Map<String,PluginPropertyField> properties,
Requirements requirements,
String description)
Deprecated.
use
PluginClass.Builder to create the object |
PluginClass(String type,
String name,
String description,
String className,
String configfieldName,
Map<String,PluginPropertyField> properties)
Deprecated.
use
PluginClass.Builder to create the object |
Copyright © 2024 Cask Data, Inc. Licensed under the Apache License, Version 2.0.