Interface IVirtualProjectResourceImportService


  • public interface IVirtualProjectResourceImportService
    Resource import service for virtual projects.
    • Method Detail

      • performImport

        void performImport​(IDtProject project,
                           List<org.eclipse.core.runtime.IPath> changed,
                           List<org.eclipse.core.runtime.IPath> removed,
                           IResourceAccessor resourceAccessor,
                           boolean fullOverride,
                           org.eclipse.core.runtime.IProgressMonitor monitor)
        Performs import.
        Parameters:
        project - The virtual project. May not be null.
        changed - The paths of the changed resources. May not be null.
        removed - The paths of the removed resources. May not be null.
        resourceAccessor - The resource accessor. May not be null.
        fullOverride - Defines the full overriding of imported objects by disabling the internal merging
        monitor - The progress monitor. May not be null.