Package com.atlassian.bamboo.plugin.osgi
Class FrameworkBundlesDirectoryAccessorImpl
- java.lang.Object
-
- com.atlassian.bamboo.plugin.osgi.FrameworkBundlesDirectoryAccessorImpl
-
- All Implemented Interfaces:
FrameworkBundlesDirectoryAccessor
,org.springframework.beans.factory.Aware
,org.springframework.web.context.ServletContextAware
public class FrameworkBundlesDirectoryAccessorImpl extends Object implements FrameworkBundlesDirectoryAccessor, org.springframework.web.context.ServletContextAware
-
-
Constructor Summary
Constructors Constructor Description FrameworkBundlesDirectoryAccessorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description File
getFrameworkBundlesDirectory()
void
setServletContext(javax.servlet.ServletContext servletContext)
-
-
-
Method Detail
-
getFrameworkBundlesDirectory
public File getFrameworkBundlesDirectory()
- Specified by:
getFrameworkBundlesDirectory
in interfaceFrameworkBundlesDirectoryAccessor
- Returns:
- directory containing atlassian plugin system framework bundles
-
setServletContext
public void setServletContext(javax.servlet.ServletContext servletContext)
- Specified by:
setServletContext
in interfaceorg.springframework.web.context.ServletContextAware
-
-