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(String name,
String type,
String pluginClass,
String jarFile,
boolean core) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object)
Returns whether an instance of this class is equals to the one passed
as a parameter or not.
|
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()
Returns the hash code of an instance of this class.
|
boolean |
isCore()
Returns whether this plugin is considered a core plugin.
|
String |
toString() |
protected static final long serialVersionUID
public String getName()
public String getType()
public String getPluginClass()
public String getJarFile()
public boolean isCore()
public int hashCode()
public boolean equals(Object object)
Copyright © 2024 Denodo Technologies. All rights reserved.