com.norconex.jef.suite
Interface IJobSuiteFactory
public interface IJobSuiteFactory
Job suites are an optional concept allowing to further abstract the
job creation process. This class is responsible for creating
the job suite used to execute an assembly of jobs.
Even though factories are not necessary to create job suites, they may be
integrated with other parts or the framework and/or external tools or
applications and their use is highly recommended.
To further ensure potential integration, implementors should make sure
they provide an empty constructor and setting attributes on factories
shall be done using accessor methods (JavaBean style).
- Author:
- Pascal Essiembre
createJobSuite
JobSuite createJobSuite()
- Creates a job suite.
- Returns:
- job suite
Copyright © 2007-2013 Norconex Inc.. All Rights Reserved.