org.jbind.xml.schema.reader
Class ImportJob

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

public class ImportJob
extends SourceJob


Constructor Summary
ImportJob(IImportJobHelper 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

ImportJob

public ImportJob(IImportJobHelper 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).