Interface PluginUnpackLocationsWriter
-
- All Known Implementing Classes:
PluginUnpackLocationsImpl
public interface PluginUnpackLocationsWriter- Author:
- Eugene Petrenko (eugene.petrenko@gmail.com) Date: 01.09.11 14:40
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsavePluginLocation(String archiveName, File location)Register plugin unpack operation
-
-
-
Method Detail
-
savePluginLocation
void savePluginLocation(@NotNull String archiveName, @NotNull File location)Register plugin unpack operation- Parameters:
archiveName- name of file fromAgentUpdateInfo.getPluginFiles()location- actual directory where plugin files are placed
-
-