Class LinuxOS
java.lang.Object
xyz.ronella.gradle.plugin.simple.git.impl.LinuxOS
- All Implemented Interfaces:
IExecutable,IScript
An implementation specific to Linux.
- Since:
- 2020-05-05
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMust return the valid git executable.Must give the valid support script.
-
Constructor Details
-
LinuxOS
public LinuxOS()
-
-
Method Details
-
getExecutable
Description copied from interface:IExecutableMust return the valid git executable.- Specified by:
getExecutablein interfaceIExecutable- Returns:
- The git executable.
-
getScript
Description copied from interface:IScriptMust give the valid support script.
-