Interface IApplicationOwnerProvider


  • public interface IApplicationOwnerProvider
    The application owner provider of the specific type of the application.

    This interface is intended to be implemented and registered by clients.

    • Method Detail

      • getProject

        org.eclipse.core.resources.IProject getProject​(Object object)
        Returns an application owner project for the provided object.
        Parameters:
        object - the object to get application owner project for, cannot be null
        Returns:
        an application owner project for the provided object or null if none