|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DownloadMode | |
---|---|
org.rhq.core.domain.content |
Uses of DownloadMode in org.rhq.core.domain.content |
---|
Methods in org.rhq.core.domain.content that return DownloadMode | |
---|---|
DownloadMode |
ContentSourceType.getDefaultDownloadMode()
The default download mode for instances of this content source type. |
DownloadMode |
ContentSource.getDownloadMode()
Download mode indicates where (and even if) package bits are downloaded, when they are downloaded. |
static DownloadMode |
DownloadMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DownloadMode[] |
DownloadMode.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.rhq.core.domain.content with parameters of type DownloadMode | |
---|---|
void |
ContentSourceType.setDefaultDownloadMode(DownloadMode defaultDownloadMode)
|
void |
ContentSource.setDownloadMode(DownloadMode downloadMode)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |