Class ExternalHelpPageDependentContentComputer

java.lang.Object
com.e1c.langtool.v8.dt.md.help.sync.ExternalHelpPageDependentContentComputer
All Implemented Interfaces:
DependentContentComputer

public class ExternalHelpPageDependentContentComputer extends Object implements DependentContentComputer
  • Constructor Details

    • ExternalHelpPageDependentContentComputer

      public ExternalHelpPageDependentContentComputer()
  • Method Details

    • computeDependentContentToSynchronize

      public Collection<org.eclipse.core.resources.IFile> computeDependentContentToSynchronize(org.eclipse.core.resources.IFile source, boolean sourceRemoved, org.eclipse.core.runtime.IProgressMonitor monitor)
      Description copied from interface: DependentContentComputer
      Compute dependent content to synchronize.
      Specified by:
      computeDependentContentToSynchronize in interface DependentContentComputer
      Parameters:
      source - the source
      sourceRemoved - the flag was the source removed, if true computer provides content that need to synchronize when the source removed.
      monitor - the monitor
      Returns:
      the collection of dependent content to synchronize