Package com._1c.g5.v8.dt.bm.xtext
Interface IXtextParticipantJob
- All Known Implementing Classes:
BslDeepAnalysisJob
public interface IXtextParticipantJob
Special interface for
Jobs running from IXtextBuilderParticipant.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ObjectSpecial family for findJobimplements this interface. -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.core.resources.IProjectGets actualIProjectcorresponding to the Job
-
Field Details
-
XTEXT_PARTICIPANT_JOB_FAMILY
Special family for findJobimplements this interface. All classes should override methodJob.belongsTo(Object)for this family
-
-
Method Details
-
getProject
org.eclipse.core.resources.IProject getProject()Gets actualIProjectcorresponding to the Job- Returns:
- actual
IProjectcorresponding to the Job, nevernull
-