|
OpenShift Java Client 2.5.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICartridge
| Field Summary | |
|---|---|
static char |
NAME_VERSION_DELIMITER
|
| Method Summary | |
|---|---|
String |
getDescription()
Returns a description for this cartridge |
String |
getDisplayName()
Returns a (human readable, nice) display name for this cartridge |
String |
getName()
Returns the name of this cartridge |
URL |
getUrl()
Returns the url at which the code for this cartridge may get downloaded. |
boolean |
isDownloadable()
Returns true if this is a downloadable cartridge whose code
may be downloaded at the url returned by getUrl() (cartridge
code will get downloaded upon creation). |
| Field Detail |
|---|
static final char NAME_VERSION_DELIMITER
| Method Detail |
|---|
String getName()
String getDisplayName()
String getDescription()
boolean isDownloadable()
true if this is a downloadable cartridge whose code
may be downloaded at the url returned by getUrl() (cartridge
code will get downloaded upon creation).
Examples:
true if this is a downloadable cartridgegetUrl()URL getUrl()
null if this is not a downloadable cartridge.
- Returns:
- the url if downloadable cartridge or null
- See Also:
isDownloadable()
|
OpenShift Java Client 2.5.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||