Package com._1c.g5.v8.dt.bm.xtext
Interface IXtextParticipantJob
-
public interface IXtextParticipantJob
Special interface forJob
s running fromIXtextBuilderParticipant
.
-
-
Field Summary
Fields Modifier and Type Field Description static Object
XTEXT_PARTICIPANT_JOB_FAMILY
Special family for findJob
implements this interface.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.core.resources.IProject
getProject()
Gets actualIProject
corresponding to the Job
-
-
-
Field Detail
-
XTEXT_PARTICIPANT_JOB_FAMILY
static final Object XTEXT_PARTICIPANT_JOB_FAMILY
Special family for findJob
implements this interface. All classes should override methodJob.belongsTo(Object)
for this family
-
-