Class SelectionResult
- java.lang.Object
-
- io.quarkus.devtools.commands.data.SelectionResult
-
-
Constructor Summary
Constructors Constructor Description SelectionResult(Collection<Extension> extensions, boolean matches)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Extension>getExtensions()Iterator<Extension>iterator()booleanmatches()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
SelectionResult
public SelectionResult(Collection<Extension> extensions, boolean matches)
-
-