Class TextDependentContentComputer
java.lang.Object
com.e1c.langtool.v8.dt.textdocument.sync.TextDependentContentComputer
- All Implemented Interfaces:
DependentContentComputer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<org.eclipse.core.resources.IFile>computeDependentContentToSynchronize(org.eclipse.core.resources.IFile source, boolean sourceRemoved, org.eclipse.core.runtime.IProgressMonitor monitor) Compute dependent content to synchronize.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.e1c.langtool.sync.DependentContentComputer
computeDependentContentToRemove
-
Field Details
-
FILE_NAME_SEGMENT_SPLITTER
- See Also:
-
-
Constructor Details
-
TextDependentContentComputer
public TextDependentContentComputer()
-
-
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:DependentContentComputerCompute dependent content to synchronize.- Specified by:
computeDependentContentToSynchronizein interfaceDependentContentComputer- Parameters:
source- the sourcesourceRemoved- the flag was the source removed, iftruecomputer provides content that need to synchronize when the source removed.monitor- the monitor- Returns:
- the collection of dependent content to synchronize
-