Interface PluginsRemover
-
- All Known Implementing Classes:
PluginsRemoverImpl
public interface PluginsRemover
- Since:
- 7.0
- Author:
- Eugene Petrenko (eugene.petrenko@gmail.com) Date: 01.09.11 19:10
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cleanRemoveList()
boolean
removePlugins()
void
writeFilesToDelete(Collection<File> files)
-
-
-
Method Detail
-
cleanRemoveList
void cleanRemoveList()
-
writeFilesToDelete
void writeFilesToDelete(@NotNull Collection<File> files) throws UpgradeFailedException
- Throws:
UpgradeFailedException
-
removePlugins
boolean removePlugins()
-
-