|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.server.plugin.pc.content.DistributionDetails
public class DistributionDetails
| Constructor Summary | |
|---|---|
DistributionDetails(String labelIn,
String disttypeIn)
|
|
DistributionDetails(String labelIn,
String distpathIn,
String disttypeIn)
|
|
| Method Summary | |
|---|---|
void |
addFile(DistributionFileDetails file)
|
void |
addFiles(List<DistributionFileDetails> filesIn)
|
String |
getDescription()
Returns a user-readable description of what the distribution contains. |
String |
getDistributionPath()
Return the distribution path on filesystem |
String |
getDistributionType()
Returns the distribution type. |
List<DistributionFileDetails> |
getFiles()
|
String |
getLabel()
Returns the identifying name of the distribution. |
void |
setDescription(String description)
Sets the name of the user-readable description of the distribution. |
void |
setDistributionPath(String distpath)
sets the distribution path value for a single distribution instance |
void |
setDistributionType(String distType)
|
void |
setFiles(List<DistributionFileDetails> filesIn)
|
void |
setLabel(String label)
Sets the name of the distribution being represented. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DistributionDetails(String labelIn,
String disttypeIn)
public DistributionDetails(String labelIn,
String distpathIn,
String disttypeIn)
| Method Detail |
|---|
public void addFile(DistributionFileDetails file)
public void addFiles(List<DistributionFileDetails> filesIn)
public List<DistributionFileDetails> getFiles()
public void setFiles(List<DistributionFileDetails> filesIn)
public String getLabel()
nullpublic void setLabel(String label)
label - cannot be null
IllegalArgumentException - is name is nullpublic String getDistributionType()
nullpublic void setDistributionType(String distType)
distType - may be nullpublic String getDescription()
nullpublic void setDescription(String description)
description - may be nullpublic String getDistributionPath()
public void setDistributionPath(String distpath)
distpath - distribution pathpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||