# Interface: com.pnfsoftware.jeb.core.IPluginInformation

Plugin information object.

## Method: getAuthor
- return type: `java.lang.String`

Description: Get the plugin author information.
return: the optional author information

## Method: getDescription
- return type: `java.lang.String`

Description: Get the plugin description.
return: the optional description string

## Method: getMaximumCoreVersion
- return type: `com.pnfsoftware.jeb.core.Version`

Description: Get the maximum version of JEB core required to run this plugin.
return: the optional version

## Method: getMinimumCoreVersion
- return type: `com.pnfsoftware.jeb.core.Version`

Description: Get the minimum version of JEB core required to run this plugin.
return: the optional version

## Method: getName
- return type: `java.lang.String`

Description: Get the plugin name.
return: the optional name

## Method: getVersion
- return type: `com.pnfsoftware.jeb.core.Version`

Description: Get the plugin version.
return: the optional version

