Package com.pnfsoftware.jeb.core
Class EditablePluginInformation
java.lang.Object
com.pnfsoftware.jeb.core.PluginInformation
com.pnfsoftware.jeb.core.EditablePluginInformation
- All Implemented Interfaces:
IPluginInformation
Editable plugins information offer setters to mutate some plugin-info properties such as the name
or description.
-
Field Summary
Fields inherited from class com.pnfsoftware.jeb.core.PluginInformation
author, description, maxCoreVersion, minCoreVersion, name, version
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
setDescription
(String description) void
void
setVersion
(Version version) Methods inherited from class com.pnfsoftware.jeb.core.PluginInformation
getAuthor, getDescription, getMaximumCoreVersion, getMinimumCoreVersion, getName, getVersion, toString
-
Constructor Details
-
EditablePluginInformation
public EditablePluginInformation() -
EditablePluginInformation
-
-
Method Details
-
setName
-
setDescription
-
setAuthor
-
setVersion
-