com.atlassian.plugin.mock
Class MockVersionedClass

java.lang.Object
  extended by com.atlassian.plugin.mock.MockVersionedClass

public class MockVersionedClass
extends java.lang.Object

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).


Constructor Summary
MockVersionedClass()
           
 
Method Summary
 int getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockVersionedClass

public MockVersionedClass()
Method Detail

getVersion

public int getVersion()


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.