Uses of Class
org.wildfly.prospero.galleon.artifactfiltering.ArtifactVersion
Packages that use ArtifactVersion
-
Uses of ArtifactVersion in org.wildfly.prospero.galleon.artifactfiltering
Classes in org.wildfly.prospero.galleon.artifactfiltering that implement interfaces with type arguments of type ArtifactVersionModifier and TypeClassDescriptionclassFilters artifact versions based on provided manifest (which must contain version patterns).Methods in org.wildfly.prospero.galleon.artifactfiltering that return ArtifactVersionModifier and TypeMethodDescriptionstatic ArtifactVersionArtifactVersion.of(String groupId, String artifactId, String extension, String classifier, String version) Methods in org.wildfly.prospero.galleon.artifactfiltering with parameters of type ArtifactVersionModifier and TypeMethodDescriptionbooleanManifestBasedArtifactFilter.test(ArtifactVersion artifactVersion) Constructor parameters in org.wildfly.prospero.galleon.artifactfiltering with type arguments of type ArtifactVersionModifierConstructorDescriptionFilteringVersionResolver(Predicate<ArtifactVersion> predicate, org.wildfly.channel.spi.MavenVersionsResolver fallbackResolver)