Package jetbrains.buildServer.web.impl
Interface ResourceUnpackerState
-
- All Known Implementing Classes:
InitializingResourceUnpacker,WatchingResourceUnpackerState
public interface ResourceUnpackerStateCreated by IntelliJ IDEA. User: Eugene.Petrenko Date: 17.03.2008 Time: 16:59:46
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddPluginResources(String pluginName, File jar)voidaddPluginResources(String pluginName, String jarName)voidshutdown()voidstart()ResourceUnpackerStateunpackPlugins(File targetDir, File libDir, String prefixPath)
-
-
-
Method Detail
-
unpackPlugins
ResourceUnpackerState unpackPlugins(File targetDir, File libDir, String prefixPath)
-
start
void start()
-
shutdown
void shutdown()
-
-