| 
OpenShift Java Client 2.5.0.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IEmbeddableCartridge | |
|---|---|
| com.openshift.client | |
| com.openshift.client.cartridge | |
| com.openshift.client.cartridge.selector | |
| com.openshift.internal.client | |
| Uses of IEmbeddableCartridge in com.openshift.client | 
|---|
| Methods in com.openshift.client that return types with arguments of type IEmbeddableCartridge | |
|---|---|
 List<IEmbeddableCartridge> | 
IOpenShiftConnection.getEmbeddableCartridges()
Returns the available embeddable cartridges associated with the current OpenShift connection.  | 
| Methods in com.openshift.client with parameters of type IEmbeddableCartridge | |
|---|---|
 IEmbeddedCartridge | 
IApplication.addEmbeddableCartridge(IEmbeddableCartridge cartridge)
Adds the given embeddable cartridge to this application.  | 
 IApplication | 
IDomain.createApplication(String name,
                  IStandaloneCartridge cartridge,
                  ApplicationScale scale,
                  IGearProfile gearProfile,
                  String initialGitUrl,
                  int timeout,
                  IEmbeddableCartridge... cartridges)
Creates a new application with the given name and the given cartridge/framework.  | 
 IApplication | 
IDomain.createApplication(String name,
                  IStandaloneCartridge cartridge,
                  ApplicationScale scale,
                  IGearProfile gearProfile,
                  String initialGitUrl,
                  int timeout,
                  Map<String,String> environmentVariable,
                  IEmbeddableCartridge... cartridges)
Creates a new application with the given name and the given cartridge/framework.  | 
 IEmbeddedCartridge | 
IApplication.getEmbeddedCartridge(IEmbeddableCartridge cartridge)
Returns the embedded cartridge in this application.  | 
 boolean | 
IApplication.hasEmbeddedCartridge(IEmbeddableCartridge cartridge)
Returns true if this application has an embedded cartridge. | 
 void | 
IApplication.removeEmbeddedCartridge(IEmbeddableCartridge cartridge)
Removes the given embedded cartridge that is equal to the given embeddable cartridge.  | 
| Method parameters in com.openshift.client with type arguments of type IEmbeddableCartridge | |
|---|---|
 List<IEmbeddedCartridge> | 
IApplication.addEmbeddableCartridges(Collection<IEmbeddableCartridge> cartridge)
Adds all given embedded cartridges from this app, given their names.  | 
 void | 
IApplication.removeEmbeddedCartridges(Collection<IEmbeddableCartridge> cartridges)
Removes the given embedded cartridges in this application that are equal to the given IEmbeddableCartridge.  | 
| Uses of IEmbeddableCartridge in com.openshift.client.cartridge | 
|---|
| Subinterfaces of IEmbeddableCartridge in com.openshift.client.cartridge | |
|---|---|
 interface | 
IEmbeddedCartridge
Interface to designate a cartridge that has been added and configured  | 
| Classes in com.openshift.client.cartridge that implement IEmbeddableCartridge | |
|---|---|
 class | 
EmbeddableCartridge
An cartridge that may be embedded (added) into an application.  | 
| Uses of IEmbeddableCartridge in com.openshift.client.cartridge.selector | 
|---|
| Methods in com.openshift.client.cartridge.selector that return IEmbeddableCartridge | |
|---|---|
 IEmbeddableCartridge | 
LatestEmbeddableCartridge.get(IApplication application)
 | 
 IEmbeddableCartridge | 
LatestEmbeddableCartridge.get(IUser user)
 | 
| Uses of IEmbeddableCartridge in com.openshift.internal.client | 
|---|
| Classes in com.openshift.internal.client that implement IEmbeddableCartridge | |
|---|---|
 class | 
EmbeddedCartridgeResource
A cartridge that is embedded into an application.  | 
| Methods in com.openshift.internal.client that return types with arguments of type IEmbeddableCartridge | |
|---|---|
 List<IEmbeddableCartridge> | 
APIResource.getEmbeddableCartridges()
 | 
| Method parameters in com.openshift.internal.client with type arguments of type IEmbeddableCartridge | |
|---|---|
 List<IEmbeddedCartridge> | 
ApplicationResource.addEmbeddableCartridges(Collection<IEmbeddableCartridge> cartridges)
 | 
 void | 
ApplicationResource.removeEmbeddedCartridges(Collection<IEmbeddableCartridge> cartridges)
 | 
  | 
OpenShift Java Client 2.5.0.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||