OpenShift Java Client 2.5.0.Final

com.openshift.client.cartridge
Class EmbeddableCartridge

java.lang.Object
  extended by com.openshift.internal.client.cartridge.BaseCartridge
      extended by com.openshift.client.cartridge.EmbeddableCartridge
All Implemented Interfaces:
ICartridge, IEmbeddableCartridge

public class EmbeddableCartridge
extends BaseCartridge
implements IEmbeddableCartridge

An cartridge that may be embedded (added) into an application. Add-on cartridge is an equivalent name for embedded cartridge.

Author:
Xavier Coulon
See Also:
for cartridges that have already been added and configured to an application.

Field Summary
 
Fields inherited from interface com.openshift.client.cartridge.IEmbeddableCartridge
NAME_10GEN_MMS_AGENT, NAME_CRON, NAME_HAPROXY, NAME_JENKINS_CLIENT, NAME_METRICS, NAME_MONGODB, NAME_MYSQL, NAME_PHPMYADMIN, NAME_POSTGRESQL, NAME_ROCKMONGO, NAME_SWITCHYARD
 
Fields inherited from interface com.openshift.client.cartridge.ICartridge
NAME_VERSION_DELIMITER
 
Constructor Summary
EmbeddableCartridge(String name)
           
EmbeddableCartridge(String name, String displayName, String description)
          Constructor used when available cartridges are loaded from OpenShift
EmbeddableCartridge(String name, URL url)
           
EmbeddableCartridge(URL url)
           
 
Method Summary
 boolean equals(Object obj)
           
 
Methods inherited from class com.openshift.internal.client.cartridge.BaseCartridge
getDescription, getDisplayName, getName, getUrl, hashCode, isDownloadable, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.openshift.client.cartridge.ICartridge
getDescription, getDisplayName, getName, getUrl, isDownloadable
 

Constructor Detail

EmbeddableCartridge

public EmbeddableCartridge(String name)

EmbeddableCartridge

public EmbeddableCartridge(URL url)

EmbeddableCartridge

public EmbeddableCartridge(String name,
                           URL url)

EmbeddableCartridge

public EmbeddableCartridge(String name,
                           String displayName,
                           String description)
Constructor used when available cartridges are loaded from OpenShift

See Also:
APIResource.getEmbeddableCartridges()
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class BaseCartridge

OpenShift Java Client 2.5.0.Final

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