public interface ICartridge
Modifier and Type | Field and Description |
---|---|
static char |
NAME_VERSION_DELIMITER |
Modifier and Type | Method and Description |
---|---|
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
|
CartridgeType |
getType() |
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). |
boolean |
isObsolete()
Returns
true if this cartridge is obsolete, false otherwise. |
static final char NAME_VERSION_DELIMITER
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.
isDownloadable()
CartridgeType getType()
boolean isObsolete()
true
if this cartridge is obsolete, false
otherwise.Copyright © 2015 JBoss by Red Hat. All rights reserved.