Class BaseLiveSetCommand

All Implemented Interfaces:
Callable<Integer>
Direct Known Subclasses:
DeferredDeleteFiles, DeleteLiveSets, ListDeferredDeletions, ShowLiveSet, Sweep

public abstract class BaseLiveSetCommand extends BaseRepositoryCommand
  • Constructor Details

    • BaseLiveSetCommand

      public BaseLiveSetCommand()
  • Method Details

    • call

      protected Integer call(Closeables closeables, org.projectnessie.gc.contents.LiveContentSetsRepository liveContentSetsRepository)
      Specified by:
      call in class BaseRepositoryCommand
    • call

      protected abstract Integer call(org.projectnessie.gc.contents.LiveContentSet liveContentSet, org.projectnessie.gc.contents.LiveContentSetsRepository liveContentSetsRepository)