public class PluginInfo extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected static long |
serialVersionUID
For interoperability with possible future changes.
|
| Constructor and Description |
|---|
PluginInfo(Long id,
String name,
String type,
String pluginClass,
String jarFile,
byte[] content,
boolean core) |
PluginInfo(String name,
String type,
String pluginClass,
String jarFile,
boolean core) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
byte[] |
getContent() |
Long |
getId() |
String |
getJarFile()
Obtains the name of the jar file tha this plugin represents.
|
String |
getName()
Obtains the unique identifier of the custom element implemented by this plugin.
|
String |
getPluginClass()
Obtains the plugin class implementation.
|
String |
getType()
Obtains the type of the custom element implemented by this plugin.
|
int |
hashCode() |
boolean |
isCore()
Returns whether this plugin is considered a core plugin.
|
String |
toString() |
protected static final long serialVersionUID
public PluginInfo(Long id, String name, String type, String pluginClass, String jarFile, byte[] content, boolean core)
public String getName()
public String getType()
public String getPluginClass()
public String getJarFile()
public boolean isCore()
public Long getId()
public byte[] getContent()
Copyright © 2024 Denodo Technologies. All rights reserved.