java.lang.Object
xyz.ronella.gradle.plugin.simple.git.impl.LinuxOS
All Implemented Interfaces:
IExecutable, IScript
Direct Known Subclasses:
MacOS, OtherOS

public class LinuxOS extends Object implements IExecutable, IScript
An implementation specific to Linux.
Since:
2020-05-05
  • Constructor Details

    • LinuxOS

      public LinuxOS()
  • Method Details

    • getExecutable

      public String getExecutable()
      Description copied from interface: IExecutable
      Must return the valid git executable.
      Specified by:
      getExecutable in interface IExecutable
      Returns:
      The git executable.
    • getScript

      public String getScript()
      Description copied from interface: IScript
      Must give the valid support script.
      Specified by:
      getScript in interface IScript
      Returns:
      The support script.