Interface IXtextParticipantJob

All Known Implementing Classes:
BslDeepAnalysisJob

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

    Fields
    Modifier and Type
    Field
    Description
    static final Object
    Special family for find Job implements this interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.core.resources.IProject
    Gets actual IProject corresponding to the Job
  • Field Details

    • 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 Details

    • getProject

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