Package jetbrains.buildServer.web.impl
Class WatchingResourceUnpackerState
- java.lang.Object
-
- jetbrains.buildServer.web.impl.WatchingResourceUnpackerState
-
- All Implemented Interfaces:
ResourceUnpackerState
public class WatchingResourceUnpackerState extends Object implements ResourceUnpackerState
Created by IntelliJ IDEA. User: Eugene.Petrenko Date: 17.03.2008 Time: 17:24:54
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addPluginResources(String pluginName, File jar)
void
addPluginResources(String pluginName, String jarName)
FilesWatcher
getWatcher()
void
shutdown()
void
start()
ResourceUnpackerState
unpackPlugins(File targetDir, File libDir, String prefixPath)
-
-
-
Method Detail
-
addPluginResources
public void addPluginResources(@NotNull String pluginName, @NotNull String jarName)
- Specified by:
addPluginResources
in interfaceResourceUnpackerState
-
addPluginResources
public void addPluginResources(String pluginName, File jar)
- Specified by:
addPluginResources
in interfaceResourceUnpackerState
-
unpackPlugins
public ResourceUnpackerState unpackPlugins(File targetDir, File libDir, String prefixPath)
- Specified by:
unpackPlugins
in interfaceResourceUnpackerState
-
start
public void start()
- Specified by:
start
in interfaceResourceUnpackerState
-
shutdown
public void shutdown()
- Specified by:
shutdown
in interfaceResourceUnpackerState
-
getWatcher
public FilesWatcher getWatcher()
-
-