OpenShift Java Client 2.5.0.Final

com.openshift.client.cartridge.selector
Class LatestVersionQuery.VersionedName

java.lang.Object
  extended by 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>


Constructor Summary
protected LatestVersionQuery.VersionedName(String name)
           
 
Method Summary
 int compareTo(LatestVersionQuery.VersionedName other)
           
 String getMajor()
           
 String getMinor()
           
 String getName()
           
 boolean hasVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LatestVersionQuery.VersionedName

protected LatestVersionQuery.VersionedName(String name)
Method Detail

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>

OpenShift Java Client 2.5.0.Final

Copyright © 2014 JBoss, a division of Red Hat, Inc.. All Rights Reserved.