org.ow2.easybeans.mavenplugin.server
Class Version

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

public final class Version
extends java.lang.Object

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

Author:
Vincent Michaud

Method Summary
static java.lang.String getServerVersion()
          Get the version of EasyBeans server of the plugin.
static java.lang.String removeRevision(java.lang.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 java.lang.String getServerVersion()
Get the version of EasyBeans server of the plugin.

Returns:
A String

removeRevision

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

Parameters:
version - The version
Returns:
The cleaned version


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