Uses of Class
io.quarkus.domino.ArtifactCoordsPattern
-
Packages that use ArtifactCoordsPattern Package Description io.quarkus.domino -
-
Uses of ArtifactCoordsPattern in io.quarkus.domino
Methods in io.quarkus.domino that return ArtifactCoordsPattern Modifier and Type Method Description ArtifactCoordsPatternArtifactCoordsPattern.Builder. build()static ArtifactCoordsPatternArtifactCoordsPattern. matchAll()static ArtifactCoordsPatternArtifactCoordsPattern. matchSnapshots()static ArtifactCoordsPatternArtifactCoordsPattern. of(io.quarkus.maven.dependency.ArtifactCoords c)static ArtifactCoordsPatternArtifactCoordsPattern. of(String wildcardPattern)Creates a newArtifactCoordsPatternout of the givenwildcardPattern.Methods in io.quarkus.domino that return types with arguments of type ArtifactCoordsPattern Modifier and Type Method Description List<ArtifactCoordsPattern>ArtifactSet. getExcludes()List<ArtifactCoordsPattern>ArtifactSet. getIncludes()static List<ArtifactCoordsPattern>ArtifactCoordsPattern. toPatterns(Collection<io.quarkus.maven.dependency.ArtifactCoords> coords)Methods in io.quarkus.domino with parameters of type ArtifactCoordsPattern Modifier and Type Method Description ArtifactSet.BuilderArtifactSet.Builder. exclude(ArtifactCoordsPattern pattern)ArtifactSet.BuilderArtifactSet.Builder. include(ArtifactCoordsPattern pattern)
-