Skip to content

Commit 00687ad

Browse files
Treiblesschorlectrueden
authored andcommitted
Use op names for matching instead of marker interfaces
1 parent e870dca commit 00687ad

18 files changed

Lines changed: 515 additions & 182 deletions

src/main/java/org/scijava/ops/OpEnvironment.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,7 @@
6565
public interface OpEnvironment {
6666

6767
/** The available ops for this environment. */
68-
Collection<OpInfo> infos();
68+
Iterable<OpInfo> infos();
69+
70+
Iterable<OpInfo> infos(String name);
6971
}

0 commit comments

Comments
 (0)