OpenShift Java Client 2.5.0.Final

com.openshift.client.cartridge.selector
Class LatestStandaloneCartridge

java.lang.Object
  extended by com.openshift.internal.client.cartridge.AbstractCartridgeQuery
      extended by com.openshift.client.cartridge.selector.LatestVersionQuery
          extended by com.openshift.client.cartridge.selector.LatestStandaloneCartridge

public class LatestStandaloneCartridge
extends LatestVersionQuery

A selector that shall select the latest version of a standalone cartidge that's given by name.

Author:
Andre Dietisheim
See Also:
IStandaloneCartridge

Nested Class Summary
 
Nested classes/interfaces inherited from class com.openshift.client.cartridge.selector.LatestVersionQuery
LatestVersionQuery.VersionedName
 
Constructor Summary
LatestStandaloneCartridge(String name)
           
 
Method Summary
 IStandaloneCartridge get(IApplication application)
           
 IStandaloneCartridge get(IUser user)
           
 
Methods inherited from class com.openshift.client.cartridge.selector.LatestVersionQuery
allStandaloneCartridges, equals, get, getAll, getLatest, getNameConstraint, hashCode, matches
 
Methods inherited from class com.openshift.internal.client.cartridge.AbstractCartridgeQuery
getConnection, getConnection
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LatestStandaloneCartridge

public LatestStandaloneCartridge(String name)
Method Detail

get

public IStandaloneCartridge get(IApplication application)

get

public IStandaloneCartridge get(IUser user)

OpenShift Java Client 2.5.0.Final

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