A C E F G H I M O R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ArtifactCoordinate - Class in org.wildfly.channel
- ArtifactCoordinate(String, String, String, String, String) - Constructor for class org.wildfly.channel.ArtifactCoordinate
- artifactId - Variable in class org.wildfly.channel.ArtifactCoordinate
C
- Channel - Class in org.wildfly.channel
-
Java representation of a Channel.
- Channel(String, String, String, Vendor, List<ChannelRequirement>, Collection<Stream>) - Constructor for class org.wildfly.channel.Channel
-
Representation of a Channel resource
- Channel(String, String, Vendor, List<ChannelRequirement>, Collection<Stream>) - Constructor for class org.wildfly.channel.Channel
-
Representation of a Channel resource using the current schema version.
- 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.
- ChannelRequirement(String, String, String) - Constructor for class org.wildfly.channel.ChannelRequirement
-
Representation of a channel requirement.
- ChannelResolvable - Interface in org.wildfly.channel.spi
-
Marker interface to specify that a server was provisioned and its components resolved using Channels
- 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.
- classifier - Variable in class org.wildfly.channel.ArtifactCoordinate
- 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
- CURRENT_SCHEMA_VERSION - Static variable in class org.wildfly.channel.ChannelMapper
E
- equals(Object) - Method in class org.wildfly.channel.ArtifactCoordinate
- equals(Object) - Method in class org.wildfly.channel.MavenArtifact
- equals(Object) - Method in class org.wildfly.channel.Stream
- extension - Variable in class org.wildfly.channel.ArtifactCoordinate
F
- findLatestMavenArtifactVersion(String, 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.ArtifactCoordinate
- getArtifactId() - Method in class org.wildfly.channel.ChannelRequirement
- getArtifactId() - Method in class org.wildfly.channel.Stream
- getChannelRequirements() - Method in class org.wildfly.channel.Channel
- getClassifier() - Method in class org.wildfly.channel.ArtifactCoordinate
- getDescription() - Method in class org.wildfly.channel.Channel
- getExtension() - Method in class org.wildfly.channel.ArtifactCoordinate
- getFile() - Method in class org.wildfly.channel.MavenArtifact
- getGroupId() - Method in class org.wildfly.channel.ArtifactCoordinate
- getGroupId() - Method in class org.wildfly.channel.ChannelRequirement
- 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. - getSchemaVersion() - Method in class org.wildfly.channel.Channel
- 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.ArtifactCoordinate
- getVersion() - Method in class org.wildfly.channel.ChannelRequirement
- getVersion() - Method in class org.wildfly.channel.Stream
- getVersionComparator() - Method in class org.wildfly.channel.Stream
- getVersionPattern() - Method in class org.wildfly.channel.Stream
- groupId - Variable in class org.wildfly.channel.ArtifactCoordinate
H
- hashCode() - Method in class org.wildfly.channel.ArtifactCoordinate
- hashCode() - Method in class org.wildfly.channel.MavenArtifact
- hashCode() - 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.
- resolveArtifacts(List<ArtifactCoordinate>) - Method in interface org.wildfly.channel.spi.MavenVersionsResolver
-
Resolve a list of maven artifacts 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.
- resolveDirectMavenArtifacts(List<ArtifactCoordinate>) - Method in class org.wildfly.channel.ChannelSession
-
Resolve a list of Maven artifacts with a specific version without checking the channels.
- resolveMavenArtifact(String, String, String, String, String) - Method in class org.wildfly.channel.ChannelSession
-
Resolve the Maven artifact according to the session's channels.
- resolveMavenArtifacts(List<ArtifactCoordinate>) - Method in class org.wildfly.channel.ChannelSession
-
Resolve a list of Maven artifacts according to the session's channels.
S
- SCHEMA_VERSION_1_0_0 - Static variable in class org.wildfly.channel.ChannelMapper
- Stream - Class in org.wildfly.channel
-
Java representation of a Stream.
- Stream(String, String, String) - Constructor for class org.wildfly.channel.Stream
- Stream(String, String, String, Pattern) - Constructor for class org.wildfly.channel.Stream
-
Representation of a stream resource
- Stream(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.ArtifactCoordinate
- 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 resource
- Vendor.Support - Enum in org.wildfly.channel
- version - Variable in class org.wildfly.channel.ArtifactCoordinate
- VersionMatcher - Interface in org.wildfly.channel.version
-
Utility class to determine tle latest version among a set of versions.
- VersionPatternMatcher - Class in org.wildfly.channel.version
- VersionPatternMatcher(Pattern) - Constructor for class org.wildfly.channel.version.VersionPatternMatcher
All Classes All Packages