C F G I M O R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- Channel - Class in org.wildfly.channel
-
Java representation of a Channel.
- Channel(String, String, Vendor, List<ChannelRequirement>, Collection<Stream>) - Constructor for class org.wildfly.channel.Channel
- ChannelMapper - Class in org.wildfly.channel
-
Mapper class to transform YAML content (from URL or String) to Channel objects (and vice versa).
- ChannelMapper() - Constructor for class org.wildfly.channel.ChannelMapper
- ChannelRequirement - Class in org.wildfly.channel
-
Java representation of a Channel requirement identified by Maven coordinates.
- ChannelSession - Class in org.wildfly.channel
-
A ChannelSession is used to install and resolve Maven Artifacts inside a single scope.
- ChannelSession(List<Channel>, MavenVersionsResolver.Factory) - Constructor for class org.wildfly.channel.ChannelSession
-
Create a ChannelSession.
- close() - Method in class org.wildfly.channel.Channel
- close() - Method in class org.wildfly.channel.ChannelSession
- close() - Method in interface org.wildfly.channel.spi.MavenVersionsResolver
- close() - Method in interface org.wildfly.channel.spi.MavenVersionsResolver.Factory
- COMMUNITY - org.wildfly.channel.Vendor.Support
- COMPARATOR - Static variable in interface org.wildfly.channel.version.VersionMatcher
-
Copied from https://raw.githubusercontent.com/wolfc/updepres/master/model/src/main/java/org/jboss/up/depres/version/VersionComparator.java FIXME: proper attribution
- compareTo(Stream) - Method in class org.wildfly.channel.Stream
- create() - Method in interface org.wildfly.channel.spi.MavenVersionsResolver.Factory
F
- findLatestMavenArtifactVersion(String, String, String, String) - Method in class org.wildfly.channel.ChannelSession
-
Find the latest version of the Maven artifact in the session's channel.
- findStreamFor(String, String) - Method in class org.wildfly.channel.Channel
- FixedVersionMatcher - Class in org.wildfly.channel.version
- FixedVersionMatcher(String) - Constructor for class org.wildfly.channel.version.FixedVersionMatcher
- from(URL) - Static method in class org.wildfly.channel.ChannelMapper
- fromString(String) - Static method in class org.wildfly.channel.ChannelMapper
G
- getAllVersions(String, String, String, String) - Method in interface org.wildfly.channel.spi.MavenVersionsResolver
-
Returns all the versions provided by Maven for the given artifact.
- getArtifactId() - Method in class org.wildfly.channel.ChannelRequirement
- getArtifactId() - Method in class org.wildfly.channel.MavenArtifact
- getArtifactId() - Method in class org.wildfly.channel.Stream
- getChannelRequirements() - Method in class org.wildfly.channel.Channel
- getClassifier() - Method in class org.wildfly.channel.MavenArtifact
- getDescription() - Method in class org.wildfly.channel.Channel
- getExtension() - Method in class org.wildfly.channel.MavenArtifact
- getFile() - Method in class org.wildfly.channel.MavenArtifact
- getGroupId() - Method in class org.wildfly.channel.ChannelRequirement
- getGroupId() - Method in class org.wildfly.channel.MavenArtifact
- getGroupId() - Method in class org.wildfly.channel.Stream
- getLatestVersion(Set<String>) - Static method in interface org.wildfly.channel.version.VersionMatcher
-
Determine the latest version among the parameters based on the
VersionMatcher.COMPARATOR. - getName() - Method in class org.wildfly.channel.Channel
- getName() - Method in class org.wildfly.channel.Vendor
- getRecordedChannel() - Method in class org.wildfly.channel.ChannelSession
-
Returns a synthetic Channel where each resolved artifacts (either with exact or latest version) is defined in a
Streamwith aversionfield. - getStreams() - Method in class org.wildfly.channel.Channel
- getSupport() - Method in class org.wildfly.channel.Vendor
- getValidationMessages() - Method in exception org.wildfly.channel.InvalidChannelException
- getVendor() - Method in class org.wildfly.channel.Channel
- getVersion() - Method in class org.wildfly.channel.ChannelRequirement
- getVersion() - Method in class org.wildfly.channel.MavenArtifact
- getVersion() - Method in class org.wildfly.channel.Stream
- getVersionComparator() - Method in class org.wildfly.channel.Stream
- getVersionPattern() - Method in class org.wildfly.channel.Stream
I
- InvalidChannelException - Exception in org.wildfly.channel
- InvalidChannelException(String, List<String>) - Constructor for exception org.wildfly.channel.InvalidChannelException
M
- matches(Set<String>) - Method in class org.wildfly.channel.version.FixedVersionMatcher
- matches(Set<String>) - Method in interface org.wildfly.channel.version.VersionMatcher
- matches(Set<String>) - Method in class org.wildfly.channel.version.VersionPatternMatcher
- MavenArtifact - Class in org.wildfly.channel
- MavenArtifact(String, String, String, String, String, File) - Constructor for class org.wildfly.channel.MavenArtifact
- MavenVersionsResolver - Interface in org.wildfly.channel.spi
-
SPI Interface implemented by tooling doing the Maven request to get all the versions for the given artifact.
- MavenVersionsResolver.Factory - Interface in org.wildfly.channel.spi
-
Factory API to build MavenVersionResolver.
O
- org.wildfly.channel - package org.wildfly.channel
- org.wildfly.channel.spi - package org.wildfly.channel.spi
- org.wildfly.channel.version - package org.wildfly.channel.version
R
- resolveArtifact(String, String, String, String, String) - Method in interface org.wildfly.channel.spi.MavenVersionsResolver
-
Resolve the maven artifact based on the full coordinates.
- resolveDirectMavenArtifact(String, String, String, String, String) - Method in class org.wildfly.channel.ChannelSession
-
Resolve the Maven artifact with a specific version without checking the channels.
- resolveMavenArtifact(String, String, String, String) - Method in class org.wildfly.channel.ChannelSession
-
Resolve the Maven artifact according to the session's channels.
S
- Stream - Class in org.wildfly.channel
-
Java representation of a Stream.
- Stream(String, String, String, Pattern) - Constructor for class org.wildfly.channel.Stream
- SUPPORTED - org.wildfly.channel.Vendor.Support
T
- TECH_PREVIEW - org.wildfly.channel.Vendor.Support
- toString() - Method in class org.wildfly.channel.Channel
- toString() - Method in class org.wildfly.channel.ChannelRequirement
- toString() - Method in class org.wildfly.channel.MavenArtifact
- toString() - Method in class org.wildfly.channel.Stream
- toString() - Method in class org.wildfly.channel.Vendor
- toYaml(List<Channel>) - Static method in class org.wildfly.channel.ChannelMapper
- toYaml(Channel...) - Static method in class org.wildfly.channel.ChannelMapper
U
- UnresolvedMavenArtifactException - Exception in org.wildfly.channel
- UnresolvedMavenArtifactException() - Constructor for exception org.wildfly.channel.UnresolvedMavenArtifactException
- UnresolvedMavenArtifactException(String) - Constructor for exception org.wildfly.channel.UnresolvedMavenArtifactException
- UnresolvedMavenArtifactException(String, Throwable) - Constructor for exception org.wildfly.channel.UnresolvedMavenArtifactException
V
- valueOf(String) - Static method in enum org.wildfly.channel.Vendor.Support
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.wildfly.channel.Vendor.Support
-
Returns an array containing the constants of this enum type, in the order they are declared.
- Vendor - Class in org.wildfly.channel
-
Java representation of a Vendor.
- Vendor(String, Vendor.Support) - Constructor for class org.wildfly.channel.Vendor
- Vendor.Support - Enum in org.wildfly.channel
- VersionMatcher - Interface in org.wildfly.channel.version
- VersionPatternMatcher - Class in org.wildfly.channel.version
- VersionPatternMatcher(Pattern) - Constructor for class org.wildfly.channel.version.VersionPatternMatcher
All Classes All Packages