Class SelectionResult
java.lang.Object
io.quarkus.devtools.commands.data.SelectionResult
- All Implemented Interfaces:
Iterable<io.quarkus.registry.catalog.Extension>
-
Constructor Summary
ConstructorsConstructorDescriptionSelectionResult(Collection<io.quarkus.registry.catalog.Extension> extensions, boolean matches) -
Method Summary
Modifier and TypeMethodDescriptionCollection<io.quarkus.registry.catalog.Extension> Iterator<io.quarkus.registry.catalog.Extension> iterator()booleanmatches()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
SelectionResult
public SelectionResult(Collection<io.quarkus.registry.catalog.Extension> extensions, boolean matches)
-
-
Method Details