com.atlassian.studio.confluence.lifecycle
Class ConfluenceGoogleIntegrationInitialiser

java.lang.Object
  extended by com.atlassian.studio.confluence.lifecycle.ConfluenceGoogleIntegrationInitialiser
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean

public class ConfluenceGoogleIntegrationInitialiser
extends java.lang.Object
implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean


Constructor Summary
ConfluenceGoogleIntegrationInitialiser(com.atlassian.sal.api.ApplicationProperties applicationProperties, com.atlassian.agmp.integration.common.GooglePropertiesSetter googlePropertiesSetter, com.atlassian.studio.host.common.StudioInfo studioInfo, com.atlassian.studio.core.setup.TrustedAppsMaintainer trustedAppsMaintainer, com.atlassian.plugin.event.PluginEventManager pluginEventManager)
           
 
Method Summary
 void afterPropertiesSet()
           
 void destroy()
           
 void disableGoogleIntegration(com.atlassian.studio.common.google.GooglePropertiesNotSetEvent event)
           
 void enableGoogleIntegration(com.atlassian.studio.common.google.GooglePropertiesSetEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfluenceGoogleIntegrationInitialiser

public ConfluenceGoogleIntegrationInitialiser(com.atlassian.sal.api.ApplicationProperties applicationProperties,
                                              com.atlassian.agmp.integration.common.GooglePropertiesSetter googlePropertiesSetter,
                                              com.atlassian.studio.host.common.StudioInfo studioInfo,
                                              com.atlassian.studio.core.setup.TrustedAppsMaintainer trustedAppsMaintainer,
                                              com.atlassian.plugin.event.PluginEventManager pluginEventManager)
Method Detail

afterPropertiesSet

public void afterPropertiesSet()
                        throws java.lang.Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
java.lang.Exception

destroy

public void destroy()
             throws java.lang.Exception
Specified by:
destroy in interface org.springframework.beans.factory.DisposableBean
Throws:
java.lang.Exception

disableGoogleIntegration

public void disableGoogleIntegration(com.atlassian.studio.common.google.GooglePropertiesNotSetEvent event)

enableGoogleIntegration

public void enableGoogleIntegration(com.atlassian.studio.common.google.GooglePropertiesSetEvent event)


Copyright © 2003-2014 Atlassian. All Rights Reserved.