opale
Class Info

java.lang.Object
  |
  +--opale.Info

public class Info
extends java.lang.Object

This class is used to query and display information on version of Opale and on developpers.

Since:
Opale V1b2
Author:
O.C.

Constructor Summary
Info()
           
 
Method Summary
static java.lang.String[] getDeveloppers()
          Gets an array of String that represents the name of developpers.
static java.lang.String getVersion()
          Gets a string that represents the version of Opale.
static void main(java.lang.String[] arg)
          This method is used to display informations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Info

public Info()
Method Detail

getVersion

public static java.lang.String getVersion()
Gets a string that represents the version of Opale.
Returns:
String, the version.

getDeveloppers

public static java.lang.String[] getDeveloppers()
Gets an array of String that represents the name of developpers.
Returns:
String[], the names of developpers

main

public static void main(java.lang.String[] arg)
This method is used to display informations.