Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

cgsuite.plugin
Class PluginInfo  view PluginInfo download PluginInfo.java

java.lang.Object
  extended bycgsuite.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

Field Summary
 java.lang.String author
          The author(s) of this plugin (optional).
 java.lang.String description
          A detailed description of this plugin (optional).
 java.lang.String name
          A descriptive name for this plugin.
 int[] version
          The version number of this plugin (optional).
 
Constructor Summary
PluginInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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).

Constructor Detail

PluginInfo

public PluginInfo()