Class Arrange

  • All Implemented Interfaces:
    Command

    public class Arrange
    extends AbstractCommand
    The Arrange command takes care of fixing the local Git repository, if needed. This class is not meant to be used in multi-threaded environments.
    • Constructor Detail

      • Arrange

        public Arrange​(State state,
                       Repository repository)
        Standard constructor.
        Parameters:
        state - the state reference
        repository - the repository reference
        Throws:
        NullPointerException - if a given argument is null