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()
String
getPluginName()
-
-
-
Constructor Detail
-
ServerSpringPluginInfoImpl
public ServerSpringPluginInfoImpl(@NotNull String pluginName, @NotNull Collection<File> files)
-
-
Method Detail
-
getPluginJarFiles
@NotNull public Collection<File> getPluginJarFiles()
- Specified by:
getPluginJarFiles
in interfaceSpringPluginInfo
-
getConfigWildcards
@NotNull public Collection<String> getConfigWildcards()
Description copied from interface:SpringPluginInfo
All resources matching the given wildcards will be copied to temp folder in order to setup context- Specified by:
getConfigWildcards
in interfaceSpringPluginInfo
- Returns:
- list of Ant wildcards
-
getExplicitSpringConfigs
@NotNull public Collection<String> getExplicitSpringConfigs()
Description copied from interface:SpringPluginInfo
Those parameters will be put to Spring context as-is- Specified by:
getExplicitSpringConfigs
in interfaceSpringPluginInfo
- Returns:
- Spring context config files wildcard
-
getPluginName
@NotNull public String getPluginName()
- Specified by:
getPluginName
in interfaceSpringPluginInfo
-
-