Interface IDependentProjectManager

    • Method Detail

      • setParent

        void setParent​(IDependentProject project,
                       IConfigurationProject parent,
                       org.eclipse.core.runtime.IProgressMonitor monitor)
                throws org.eclipse.core.runtime.CoreException
        Set parent configuration project of the given external object project. If null is provided as parent then parent project will be cleared.
        Parameters:
        project - the external object project to change parent for, cannot be null
        parent - the new parent configuration project or null to clear parent project
        monitor - the progress monitor to report progress to or null if progress report is not needed
        Throws:
        org.eclipse.core.runtime.CoreException - if an exception occurs while project change