Class ServerSpringPluginInfoImpl
- java.lang.Object
-
- jetbrains.buildServer.web.plugins.bean.ServerSpringPluginInfoImpl
-
- All Implemented Interfaces:
SpringPluginInfo
public class ServerSpringPluginInfoImpl extends Object implements SpringPluginInfo
- Author:
- Eugene Petrenko (eugene.petrenko@gmail.com) Date: 25.01.11 20:23
-
-
Constructor Summary
Constructors Constructor Description ServerSpringPluginInfoImpl(String pluginName, Collection<File> files)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<String>getConfigWildcards()All resources matching the given wildcards will be copied to temp folder in order to setup contextCollection<String>getExplicitSpringConfigs()Those parameters will be put to Spring context as-isCollection<File>getPluginJarFiles()StringgetPluginName()
-
-
-
Constructor Detail
-
ServerSpringPluginInfoImpl
public ServerSpringPluginInfoImpl(@NotNull String pluginName, @NotNull Collection<File> files)
-
-
Method Detail
-
getPluginJarFiles
@NotNull public Collection<File> getPluginJarFiles()
- Specified by:
getPluginJarFilesin interfaceSpringPluginInfo
-
getConfigWildcards
@NotNull public Collection<String> getConfigWildcards()
Description copied from interface:SpringPluginInfoAll resources matching the given wildcards will be copied to temp folder in order to setup context- Specified by:
getConfigWildcardsin interfaceSpringPluginInfo- Returns:
- list of Ant wildcards
-
getExplicitSpringConfigs
@NotNull public Collection<String> getExplicitSpringConfigs()
Description copied from interface:SpringPluginInfoThose parameters will be put to Spring context as-is- Specified by:
getExplicitSpringConfigsin interfaceSpringPluginInfo- Returns:
- Spring context config files wildcard
-
getPluginName
@NotNull public String getPluginName()
- Specified by:
getPluginNamein interfaceSpringPluginInfo
-
-