Class DefaultQuery
- java.lang.Object
-
- org.graalvm.reachability.internal.DefaultQuery
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.graalvm.reachability.Query
Query.ArtifactQuery
-
-
Constructor Summary
Constructors Constructor Description DefaultQuery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidforArtifact(java.util.function.Consumer<? super Query.ArtifactQuery> config)voidforArtifacts(java.lang.String... gavCoordinates)voiduseLatestConfigWhenVersionIsUntested()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.graalvm.reachability.Query
forArtifacts
-
-
-
-
Method Detail
-
forArtifacts
public void forArtifacts(java.lang.String... gavCoordinates)
- Specified by:
forArtifactsin interfaceQuery
-
forArtifact
public void forArtifact(java.util.function.Consumer<? super Query.ArtifactQuery> config)
- Specified by:
forArtifactin interfaceQuery
-
useLatestConfigWhenVersionIsUntested
public void useLatestConfigWhenVersionIsUntested()
- Specified by:
useLatestConfigWhenVersionIsUntestedin interfaceQuery
-
-