Class ProcessFactoryImpl

All Implemented Interfaces:
IProcessFactory

public class ProcessFactoryImpl extends AnnotationBasedProcessFactory
Author:
hengsin
  • Constructor Details

    • ProcessFactoryImpl

      public ProcessFactoryImpl()
      default constructor
  • Method Details

    • getPackages

      protected String[] getPackages()
      Description copied from class: AnnotationBasedProcessFactory
      Subclasses must override this method in order to provide packages to scan, discover and register process classes
      Specified by:
      getPackages in class AnnotationBasedProcessFactory
      Returns:
      array of packages to be accepted during class scanning
      See Also:
      • ClassGraph.acceptPackagesNonRecursive(String...)