Class WindowsOS

  • All Implemented Interfaces:
    IExecutable, IScript

    public class WindowsOS
    extends java.lang.Object
    implements IExecutable, IScript
    An implementation specific to Windows.
    Since:
    2020-05-05
    • Constructor Summary

      Constructors 
      Constructor Description
      WindowsOS()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getExecutable()
      Must return the valid git executable.
      java.lang.String getScript()
      Must give the valid support script.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WindowsOS

        public WindowsOS()
    • Method Detail

      • getExecutable

        public java.lang.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 java.lang.String getScript()
        Description copied from interface: IScript
        Must give the valid support script.
        Specified by:
        getScript in interface IScript
        Returns:
        The support script.