@Beta public class PluginProperties extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
PluginProperties.Builder
A builder to create
PluginProperties instance. |
Modifier and Type | Method and Description |
---|---|
static PluginProperties.Builder |
builder() |
boolean |
equals(Object o) |
Macros |
getMacros() |
Map<String,String> |
getProperties() |
int |
hashCode() |
PluginProperties |
setMacros(Macros macros)
Creates and returns a new instance of Plugin properties with current properties and the passed
macros parameter.
|
String |
toString() |
public static PluginProperties.Builder builder()
public Macros getMacros()
public PluginProperties setMacros(Macros macros)
macros
- set of macros used by this plugin.Copyright © 2024 Cask Data, Inc. Licensed under the Apache License, Version 2.0.