java.lang.Object
cgsuite.plugin.PluginInfo
- public class PluginInfo
- extends java.lang.Object
Specifies basic information about a plug-in. The name 55 field
must be filled in; any of the remaining fields can be left
null.
- Version:
- 0.1.1
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public java.lang.String name
- A descriptive name for this plugin. For example:
"Combinatorial Game Suite Basic Games Plug-in".
version
public int[] version
- The version number of this plugin (optional).
It will be displayed with
period separators. For example, { 1, 0, 12 } would be displayed
as 1.0.12.
author
public java.lang.String author
- The author(s) of this plugin (optional).
description
public java.lang.String description
- A detailed description of this plugin (optional).
PluginInfo
public PluginInfo()