OpenShift Java Client 2.5.0.Final

Uses of Class
com.openshift.internal.client.CartridgeType

Packages that use CartridgeType
com.openshift.internal.client   
com.openshift.internal.client.response   
 

Uses of CartridgeType in com.openshift.internal.client
 

Methods in com.openshift.internal.client that return CartridgeType
protected  CartridgeType EmbeddedCartridgeResource.getType()
           
static CartridgeType CartridgeType.safeValueOf(String type)
           
static CartridgeType CartridgeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CartridgeType[] CartridgeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of CartridgeType in com.openshift.internal.client.response
 

Methods in com.openshift.internal.client.response that return CartridgeType
 CartridgeType CartridgeResourceDTO.getType()
           
 

Constructors in com.openshift.internal.client.response with parameters of type CartridgeType
CartridgeResourceDTO(String name, CartridgeType type, CartridgeResourceProperties properties)
           
 


OpenShift Java Client 2.5.0.Final

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