Uses of Interface
guru.qas.martini.standalone.harness.TaskFactory
-
Packages that use TaskFactory Package Description guru.qas.martini.spring.standalone.configuration guru.qas.martini.standalone.harness guru.qas.martini.standalone.jcommander -
-
Uses of TaskFactory in guru.qas.martini.spring.standalone.configuration
Methods in guru.qas.martini.spring.standalone.configuration that return TaskFactory Modifier and Type Method Description protected TaskFactoryTaskFactoryConfiguration. getTaskFactory(org.springframework.beans.factory.config.AutowireCapableBeanFactory beanFactory, Options options) -
Uses of TaskFactory in guru.qas.martini.standalone.harness
Classes in guru.qas.martini.standalone.harness that implement TaskFactory Modifier and Type Class Description classDefaultTaskFactoryFields in guru.qas.martini.standalone.harness declared as TaskFactory Modifier and Type Field Description protected TaskFactoryDefaultMartiniStandaloneEngine. taskFactoryMethods in guru.qas.martini.standalone.harness that return types with arguments of type TaskFactory Modifier and Type Method Description java.lang.Class<? extends TaskFactory>Options. getTaskFactoryImplementation() -
Uses of TaskFactory in guru.qas.martini.standalone.jcommander
Methods in guru.qas.martini.standalone.jcommander that return types with arguments of type TaskFactory Modifier and Type Method Description java.lang.Class<? extends TaskFactory>CommandLineOptions. getTaskFactoryImplementation()
-