Class LinuxOS
- java.lang.Object
-
- xyz.ronella.gradle.plugin.simple.git.impl.LinuxOS
-
- All Implemented Interfaces:
IExecutable,IScript
public class LinuxOS extends java.lang.Object implements IExecutable, IScript
An implementation specific to Linux.- Since:
- 2020-05-05
-
-
Constructor Summary
Constructors Constructor Description LinuxOS()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetExecutable()Must return the valid git executable.java.lang.StringgetScript()Must give the valid support script.
-
-
-
Method Detail
-
getExecutable
public java.lang.String getExecutable()
Description copied from interface:IExecutableMust return the valid git executable.- Specified by:
getExecutablein interfaceIExecutable- Returns:
- The git executable.
-
-