com.atlassian.plugin.util
Class PluginFrameworkUtils

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

public final class PluginFrameworkUtils
extends Object

General utility functions for plugin framework.

Since:
2.7.0

Method Summary
static 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 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 © 2015 Atlassian. All rights reserved.