Interface IXtextParticipantJob


  • public interface IXtextParticipantJob
    Special interface for Jobs running from IXtextBuilderParticipant.
    • Field Detail

      • XTEXT_PARTICIPANT_JOB_FAMILY

        static final Object XTEXT_PARTICIPANT_JOB_FAMILY
        Special family for find Job implements this interface. All classes should override method Job.belongsTo(Object) for this family
    • Method Detail

      • getProject

        org.eclipse.core.resources.IProject getProject()
        Gets actual IProject corresponding to the Job
        Returns:
        actual IProject corresponding to the Job, never null