Class CheckFactory


  • @ScannerSide
    public class CheckFactory
    extends java.lang.Object
    Creates Checks. This class is available by dependency injection. It must not be extended by plugins.
    Since:
    4.2
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <C> Checks<C> create​(java.lang.String repository)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CheckFactory

        public CheckFactory​(ActiveRules activeRules)
    • Method Detail

      • create

        public <C> Checks<C> create​(java.lang.String repository)