com.openshift.client.cartridge.selector
Class LatestVersionQuery.VersionedName
java.lang.Object
com.openshift.client.cartridge.selector.LatestVersionQuery.VersionedName
- All Implemented Interfaces:
- Comparable<LatestVersionQuery.VersionedName>
- Enclosing class:
- LatestVersionQuery
protected class LatestVersionQuery.VersionedName
- extends Object
- implements Comparable<LatestVersionQuery.VersionedName>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LatestVersionQuery.VersionedName
protected LatestVersionQuery.VersionedName(String name)
getName
public String getName()
hasVersion
public boolean hasVersion()
getMajor
public String getMajor()
getMinor
public String getMinor()
compareTo
public int compareTo(LatestVersionQuery.VersionedName other)
- Specified by:
compareTo
in interface Comparable<LatestVersionQuery.VersionedName>
Copyright © 2014 JBoss, a division of Red Hat, Inc.. All Rights Reserved.