Class CheckInTask

All Implemented Interfaces:
CheckinHandler, MonitoredRunnable

public class CheckInTask extends VersionControlTask implements CheckinHandler
Task to perform a check on a list of DomainFiles.
  • Constructor Details

    • CheckInTask

      public CheckInTask(PluginTool tool, List<DomainFile> list, Component parent)
      Construct a new CheckInTask.
      Parameters:
      tool - tool that has the files to be checked in
      list - list of domain files to be checked in
      parent - parent of error dialog if an error occurs
  • Method Details