org.jbind.xml.schema.reader
Interface ISchemaJob
- All Superinterfaces:
- IHasLocation, IHasTopLevelJobs, IJob
- All Known Implementing Classes:
- SchemaJob
- public interface ISchemaJob
- extends IJob, IHasTopLevelJobs
Methods inherited from interface org.jbind.xml.schema.reader.IJob |
checkSubJobsValidated, executeCompletion, executeCreation, executeValidation, getDescription, getInstantiator, getIsValidated, getParent, iterRefsForCompletion, iterRefsForCreation, iterRefsForValidation, iterSubJobs, setParent |
addCreatedComponent
public void addCreatedComponent(IComponent aComponent,
IConstraintViolations aViolations)
addValidatedComponent
public void addValidatedComponent(IComponent aComponent,
IConstraintViolations aViolations)
getUrl
public java.net.URL getUrl()