Class LangDependentContentComputer

java.lang.Object
com.e1c.langtool.v8.dt.tlx.importer.LangDependentContentComputer
All Implemented Interfaces:
DependentContentComputer

public class LangDependentContentComputer extends Object implements DependentContentComputer
  • Constructor Details

    • LangDependentContentComputer

      public LangDependentContentComputer()
  • 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