Class HgRemoveConsumer

All Implemented Interfaces:
org.codehaus.plexus.util.cli.StreamConsumer

public class HgRemoveConsumer extends HgConsumer
  • Field Details

    • workingDir

      private final File workingDir
    • removedFiles

      private final List<ScmFile> removedFiles
  • Constructor Details

    • HgRemoveConsumer

      public HgRemoveConsumer(ScmLogger logger, File workingDir)
  • Method Details