Interface TechnologyService
- All Known Subinterfaces:
DockerService
,GitService
,MavenService
- All Known Implementing Classes:
DockerServiceImpl
,GitServiceImpl
,MavenServiceImpl
public interface TechnologyService
-
Field Summary
Fields -
Method Summary
-
Field Details
-
scriptDirectory
-
-
Method Details
-
installed
boolean installed() -
installed
-
install
void install() -
installFromScript
- Parameters:
scriptFilePath
- a relative path from scriptDirectory, it shouldn't start with '/'
-