Class Stream

java.lang.Object
org.wildfly.channel.Stream
All Implemented Interfaces:
Comparable<Stream>

public class Stream extends Object implements Comparable<Stream>
Java representation of a Stream.
  • Constructor Details

    • Stream

      public Stream(String groupId, String artifactId, String version)
      See Also:
    • Stream

      public Stream(String groupId, String artifactId, Pattern versionPattern)
      See Also:
    • Stream

      public Stream(String groupId, String artifactId, String version, Pattern versionPattern)
      Representation of a stream resource
      Parameters:
      groupId - groupId of the Maven coordinate - required
      artifactId - artifactId of the Maven coordinate - required
      version - version of the Maven coordinate - can be null
      versionPattern - version patter to determine the latest version of the resource - can be null Either version or versionPattern must be defined.
  • Method Details