Interface InstallStrategy
-
- All Known Implementing Classes:
CopyStrategy
,ExpandTemplateStrategy
,InstallIfMissingStrategy
,UnzipInstallStrategy
public interface InstallStrategy
Strategy for installing a file
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
install(InstallableFile file)
-
-
-
Method Detail
-
install
void install(InstallableFile file) throws IOException
- Throws:
IOException
-
-