- java.lang.Object
-
- org.scijava.ops.engine.yaml.impl.YAMLOpInfoDiscoverer
-
- All Implemented Interfaces:
Discoverer
public class YAMLOpInfoDiscoverer extends Object implements Discoverer
ADiscovererimplementation that can discoverOpInfos from YAML.- Author:
- Gabriel Selzer
-
-
Constructor Summary
Constructors Constructor Description YAMLOpInfoDiscoverer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <U> List<U>discover(Class<U> c)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.scijava.discovery.Discoverer
discoverMax, discoverMin, except, onlyFor
-
-
-
-
Method Detail
-
discover
public <U> List<U> discover(Class<U> c)
- Specified by:
discoverin interfaceDiscoverer
-
-