com.atlassian.plugin.util
Class PluginFrameworkUtils

java.lang.Object
  extended by com.atlassian.plugin.util.PluginFrameworkUtils

public final class PluginFrameworkUtils
extends java.lang.Object

General utility functions for plugin framework.

Since:
2.7.0

Method Summary
static java.lang.String getPluginFrameworkVersion()
          Get the current plugin framework version.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPluginFrameworkVersion

public static java.lang.String getPluginFrameworkVersion()
Get the current plugin framework version. This is not necessarily in OSGi format as it is generated by maven during build process.

Returns:
current plugin framework version.


Copyright © 2013 Atlassian. All Rights Reserved.