Interface IExecutable
public interface IExecutable
The template of identifying the actual git executable.
- Since:
- 2020-05-05
-
Method Summary
Modifier and TypeMethodDescriptionMust return the valid git executable.static IExecutablegetInstance(OSType osType) The factory of creating a valid IExecutable implementation.
-
Method Details
-
getExecutable
String getExecutable()Must return the valid git executable.- Returns:
- The git executable.
-
getInstance
The factory of creating a valid IExecutable implementation.- Parameters:
osType- An instance of OSType- Returns:
- An implementation of IExecutable.
-