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