com.atlassian.bamboo.plugin.loaders
Class ServerBundledPluginsAccessor

java.lang.Object
  extended by com.atlassian.bamboo.plugin.loaders.ServerBundledPluginsAccessor
All Implemented Interfaces:
BundledPluginsAccessor

public class ServerBundledPluginsAccessor
extends java.lang.Object
implements BundledPluginsAccessor


Constructor Summary
ServerBundledPluginsAccessor(com.atlassian.plugin.servlet.ServletContextFactory servletContextFactory)
           
 
Method Summary
 java.net.URL getUrlToBundledPlugins()
          Provide URL to the file containing bundled plugins.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerBundledPluginsAccessor

public ServerBundledPluginsAccessor(com.atlassian.plugin.servlet.ServletContextFactory servletContextFactory)
Method Detail

getUrlToBundledPlugins

public java.net.URL getUrlToBundledPlugins()
                                    throws java.net.MalformedURLException
Description copied from interface: BundledPluginsAccessor
Provide URL to the file containing bundled plugins.

Specified by:
getUrlToBundledPlugins in interface BundledPluginsAccessor
Returns:
URL to bundled plugis file
Throws:
java.net.MalformedURLException - if URL construction fails


Copyright © 2011 Atlassian. All Rights Reserved.