org.araneaframework
Class AraneaVersion

java.lang.Object
  extended byorg.araneaframework.AraneaVersion

public class AraneaVersion
extends Object

Allows to acquire information about running Aranea version. It depends on jar file manifest having this information.

Author:
Jevgeni Kabanov (ekabanov at araneaframework dot org)

Constructor Summary
AraneaVersion()
           
 
Method Summary
static String getTitle()
           
static String getVersion()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AraneaVersion

public AraneaVersion()
Method Detail

getTitle

public static String getTitle()

getVersion

public static String getVersion()

main

public static void main(String[] args)