Class ProjectConfigurationContext

    • Constructor Detail

      • ProjectConfigurationContext

        public ProjectConfigurationContext​(org.eclipse.core.resources.IProject project)
        Initiate with the IProject providing context.
        Parameters:
        project - IProject providing context.
      • ProjectConfigurationContext

        public ProjectConfigurationContext​(org.eclipse.core.resources.IProject project,
                                           org.eclipse.core.runtime.IProgressMonitor monitor)
        Initiate with the IProject providing context.
        Parameters:
        project - IProject providing context.
        monitor - IProgressMonitor. If only retrieving may specify null.
    • Method Detail

      • getProject

        public org.eclipse.core.resources.IProject getProject()
        Obtain the IProject.
        Returns:
        IProject.