Class ProcessFactory

  • All Implemented Interfaces:
    IProcessFactory

    public class ProcessFactory
    extends Object
    implements IProcessFactory
    ProcessFactory to start the ReportStarter class. Before this Factory was initiated the class was started with the DefaultProcessFactory because its package namespace was exported and joined into the org.compiere.report package of the org.adempiere.base plugin via Split Packages (through the Require-Bundle technique) See http://wiki.osgi.org/wiki/Split_Packages why this is not the best idea. Especially this prevents us from exchange the JasperReports plugin with another implementation.
    Author:
    tbayen