Uses of Class
org.rhq.core.domain.content.DownloadMode

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 are declared.
 

Methods in org.rhq.core.domain.content with parameters of type DownloadMode
 void ContentSourceType.setDefaultDownloadMode(DownloadMode defaultDownloadMode)
           
 void ContentSource.setDownloadMode(DownloadMode downloadMode)
           
 



Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.