com.atlassian.confluence.plugins.quickreload
Class ConfluenceImports

java.lang.Object
  extended by com.atlassian.confluence.plugins.quickreload.ConfluenceImports

public class ConfluenceImports
extends java.lang.Object

This is hear only to trick the plugin system into importing required classes from Confluence Core. It makes me weep to have to do this, but until someone gets around to making the Spring Scanner work for bundled plugins in the Confluence repo, this is required.


Field Summary
 ClusterManager clusterManager
           
 ClusterUrlReadingCondition clusterUrlReadingCondition
           
 
Constructor Summary
ConfluenceImports()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clusterUrlReadingCondition

public ClusterUrlReadingCondition clusterUrlReadingCondition

clusterManager

public ClusterManager clusterManager
Constructor Detail

ConfluenceImports

public ConfluenceImports()


Copyright © 2003-2014 Atlassian. All Rights Reserved.