public class

MockVersionedClass

extends Object
java.lang.Object
   ↳ com.atlassian.plugin.mock.MockVersionedClass

Class Overview

This is a class that just contains a version property, used to test that classes bundled into plugins will override the same classes from the container (so, for example, a plugin can use a newer version of a library that ships with Confluence).

Summary

Public Constructors
MockVersionedClass()
Public Methods
int getVersion()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public MockVersionedClass ()

Public Methods

public int getVersion ()