Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.joone.dte.factory

Class Summary
ChainedFactory This TaskFactory calls in sequence all the TaskFactory objects contained in the Chain parameter, and returns the sum of the generated tasks.
MultiplierFactory This class gets in input a TaskList and generates N copies of each element of the list.
SimpleFactory Very simple implementation of the TaskFactory interface.