Class Fetch

All Implemented Interfaces:
FetchCommand.Callback

class Fetch extends AbstractFetchCommand implements FetchCommand.Callback
  • Field Details

  • Constructor Details

    • Fetch

      Fetch()
  • Method Details

    • nofsck

      void nofsck(boolean ignored)
    • nothin

      void nothin(boolean ignored)
    • notags

      void notags(boolean ignored)
    • recurseSubmodules

      void recurseSubmodules(String mode)
    • noRecurseSubmodules

      void noRecurseSubmodules(boolean ignored)
    • run

      protected void run()
      Perform the actions of this command.

      This method should only be invoked by TextBuiltin.execute(String[]).

      Specified by:
      run in class TextBuiltin
    • fetchingSubmodule

      public void fetchingSubmodule(String name)
      Notify fetching a submodule.
      Specified by:
      fetchingSubmodule in interface FetchCommand.Callback
      Parameters:
      name - the submodule name.