public interface

IBasicInformation

com.pnfsoftware.jeb.core.IBasicInformation
Known Indirect Subclasses

This interface is deprecated.
No replacement.

Class Overview

Use IPluginInformation.

Generic interface containing basic metadata elements used to describe an entity.

Summary

Public Methods
abstract String getAuthor()
Get the entity author information.
abstract String getDescription()
Get the entity description.
abstract String getName()
Get the entity name.
abstract Version getVersion()
Get the entity version.

Public Methods

public abstract String getAuthor ()

Get the entity author information.

Returns
  • the optional author information

public abstract String getDescription ()

Get the entity description.

Returns
  • the optional description string

public abstract String getName ()

Get the entity name.

Returns
  • the optional name

public abstract Version getVersion ()

Get the entity version.

Returns
  • the optional version