public class Plugin extends Object
| Constructor and Description |
|---|
Plugin(String name,
String type,
Map<String,String> properties,
Artifact artifact) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Artifact |
getArtifact() |
String |
getName() |
Map<String,String> |
getProperties() |
String |
getType() |
int |
hashCode() |
void |
validate()
Validate that the plugin config is valid, throwing an
IllegalArgumentException if not. |
public String getName()
public String getType()
public Artifact getArtifact()
public void validate()
IllegalArgumentException if not.Copyright © 2020 CDAP Licensed under the Apache License, Version 2.0.