Class TestPipelineComponentConfiguration

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getComponent​()  
      java.lang.String getName​()  
      java.util.Set<io.annot8.core.settings.Settings> getSettings​()  
      • Methods inherited from class java.lang.Object

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

      • TestPipelineComponentConfiguration

        public TestPipelineComponentConfiguration​(java.lang.String component,
                                                  java.util.Set<io.annot8.core.settings.Settings> settings)
      • TestPipelineComponentConfiguration

        public TestPipelineComponentConfiguration​(java.lang.String component,
                                                  io.annot8.core.settings.Settings... settings)