|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IJobSuiteVisitor | |
---|---|
com.norconex.jef.suite | Classes related to job suites. |
Uses of IJobSuiteVisitor in com.norconex.jef.suite |
---|
Classes in com.norconex.jef.suite that implement IJobSuiteVisitor | |
---|---|
class |
AbstractJobSuiteVisitor
Convenience base implementation of IJobSuiteVisitor . |
Methods in com.norconex.jef.suite with parameters of type IJobSuiteVisitor | |
---|---|
void |
JobSuite.accept(IJobSuiteVisitor visitor)
Accepts a job suite visitor. |
void |
JobSuite.accept(IJobSuiteVisitor visitor,
Class<IJob> jobFilterClass)
Accepts a job suite visitor, filtering jobs and job progresses to those of the same type as the specified job class instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |