org.ow2.easybeans.mavenplugin.server
Class Version

java.lang.Object
  extended by org.ow2.easybeans.mavenplugin.server.Version

public final class Version
extends Object

A class for accessing to the EasyBeans version of the local server.

Author:
Vincent Michaud

Method Summary
static String getServerVersion()
          Get the version of EasyBeans server of the plugin.
static String removeRevision(String version)
          Remove the revision of the version.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getServerVersion

public static String getServerVersion()
Get the version of EasyBeans server of the plugin.

Returns:
A String

removeRevision

public static String removeRevision(String version)
Remove the revision of the version.

Parameters:
version - The version
Returns:
The cleaned version


Copyright © 2006-2011 OW2 Consortium. All Rights Reserved.