OpenShift Java Client 2.5.0.Final

Uses of Interface
com.openshift.client.cartridge.ICartridge

Packages that use ICartridge
com.openshift.client   
com.openshift.client.cartridge   
com.openshift.client.cartridge.selector   
com.openshift.client.utils   
com.openshift.internal.client   
com.openshift.internal.client.cartridge   
 

Uses of ICartridge in com.openshift.client
 

Methods in com.openshift.client that return types with arguments of type ICartridge
 Collection<ICartridge> IGearGroup.getCartridges()
          Returns the cartridges in this gear group resource
 

Uses of ICartridge in com.openshift.client.cartridge
 

Subinterfaces of ICartridge in com.openshift.client.cartridge
 interface IEmbeddableCartridge
           
 interface IEmbeddedCartridge
          Interface to designate a cartridge that has been added and configured
 interface IStandaloneCartridge
           
 

Classes in com.openshift.client.cartridge that implement ICartridge
 class EmbeddableCartridge
          An cartridge that may be embedded (added) into an application.
 class StandaloneCartridge
          A cartridge that is available on the openshift server.
 

Uses of ICartridge in com.openshift.client.cartridge.selector
 

Methods in com.openshift.client.cartridge.selector with type parameters of type ICartridge
<C extends ICartridge>
C
LatestVersionQuery.get(Collection<C> cartridges)
           
<C extends ICartridge>
Collection<C>
LatestVersionQuery.getAll(Collection<C> cartridges)
           
protected
<C extends ICartridge>
C
LatestVersionQuery.getLatest(Collection<C> matchingCartridges)
           
protected abstract
<C extends ICartridge>
String
StringPropertyQuery.getProperty(C cartridge)
           
<C extends ICartridge>
boolean
StringPropertyQuery.matches(C cartridge)
           
<C extends ICartridge>
boolean
LatestVersionQuery.matches(C cartridge)
           
 

Uses of ICartridge in com.openshift.client.utils
 

Methods in com.openshift.client.utils with parameters of type ICartridge
static List<String> OpenShiftResourceUtils.toNames(ICartridge... cartridges)
           
 

Uses of ICartridge in com.openshift.internal.client
 

Classes in com.openshift.internal.client that implement ICartridge
 class EmbeddedCartridgeResource
          A cartridge that is embedded into an application.
 

Methods in com.openshift.internal.client that return ICartridge
protected  ICartridge ApplicationResource.getCartridge(String cartridgeName)
          Returns the main (standalone) cartrige or one of the embedded cartridges whose name matches the given param.
 

Methods in com.openshift.internal.client that return types with arguments of type ICartridge
 Collection<ICartridge> GearGroupResource.getCartridges()
           
 

Uses of ICartridge in com.openshift.internal.client.cartridge
 

Classes in com.openshift.internal.client.cartridge that implement ICartridge
 class BaseCartridge
          A (base) cartridge for an OpenShift application.
 

Methods in com.openshift.internal.client.cartridge with type parameters of type ICartridge
<C extends ICartridge>
C
AbstractCartridgeQuery.get(Collection<C> cartridges)
           
<C extends ICartridge>
Collection<C>
AbstractCartridgeQuery.getAll(Collection<C> cartridges)
           
abstract
<C extends ICartridge>
boolean
AbstractCartridgeQuery.matches(C cartridge)
           
 


OpenShift Java Client 2.5.0.Final

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