org.jbind.xml.schema.reader
Class IncludeJob

java.lang.Object
  extended byorg.jbind.xml.schema.reader.Job
      extended byorg.jbind.xml.schema.reader.SourceJob
          extended byorg.jbind.xml.schema.reader.IncludeJob
All Implemented Interfaces:
IHasLocation, IJob

public class IncludeJob
extends SourceJob


Constructor Summary
IncludeJob(IIncludeJobHelper aHelper, ISchemaElement aSchemaElement)
           
 
Method Summary
protected  void doExecuteCreation(IConstraintViolations aViolations)
           
 java.lang.String getDescription()
          Gets a short description of the job.
 
Methods inherited from class org.jbind.xml.schema.reader.SourceJob
collectRefsForCompletion, collectRefsForCreation, collectRefsForValidation, doExecuteCompletion, doExecuteValidation, getInstantiator, getSchemaElement, getUrl
 
Methods inherited from class org.jbind.xml.schema.reader.Job
addSubJob, checkSubJobsValidated, executeCompletion, executeCreation, executeValidation, getHelper, getIsValidated, getLocation, getParent, iterRefsForCompletion, iterRefsForCreation, iterRefsForValidation, iterSubJobs, setParent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IncludeJob

public IncludeJob(IIncludeJobHelper aHelper,
                  ISchemaElement aSchemaElement)
Method Detail

doExecuteCreation

protected void doExecuteCreation(IConstraintViolations aViolations)
Specified by:
doExecuteCreation in class Job

getDescription

public java.lang.String getDescription()
Description copied from interface: IJob
Gets a short description of the job.

Returns:
A string (required).