Package org.wildfly.channel
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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Stream other)StringgetArtifactId()StringgetGroupId()StringgetVersion()VersionMatchergetVersionComparator()PatterngetVersionPattern()StringtoString()
-
-
-
Method Detail
-
getGroupId
public String getGroupId()
-
getArtifactId
public String getArtifactId()
-
getVersion
public String getVersion()
-
getVersionPattern
public Pattern getVersionPattern()
-
getVersionComparator
public VersionMatcher getVersionComparator()
-
compareTo
public int compareTo(Stream other)
- Specified by:
compareToin interfaceComparable<Stream>
-
-