Methods in org.quartz.xml that throw ValidationException |
protected void |
XMLSchedulingDataProcessor.maybeThrowValidationException()
Throws a ValidationException if the number of validationExceptions
detected is greater than zero. |
protected void |
XMLSchedulingDataProcessor.processFile(java.lang.String fileName,
java.lang.String systemId)
Process the xmlfile named fileName with the given system
ID. |
void |
XMLSchedulingDataProcessor.processStreamAndScheduleJobs(java.io.InputStream stream,
java.lang.String systemId,
Scheduler sched)
Process the xmlfile named fileName with the given system
ID. |