Interface IExecutable
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetExecutable()Must return the valid git executable.static IExecutablegetInstance(OSType osType)The factory of creating a valid IExecutable implementation.
-
-
-
Method Detail
-
getExecutable
java.lang.String getExecutable()
Must return the valid git executable.- Returns:
- The git executable.
-
getInstance
static IExecutable getInstance(OSType osType)
The factory of creating a valid IExecutable implementation.- Parameters:
osType- An instance of OSType- Returns:
- An implementation of IExecutable.
-
-