|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.modules.docs.config.DownloadConfig
public class DownloadConfig
Configuration for a download.
| Constructor Summary | |
|---|---|
DownloadConfig()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getArtifact()
The artifact to expose as a download. |
java.lang.String |
getDescription()
The description of the download. |
java.lang.String |
getFile()
The file to expose as a download. |
java.lang.String |
getName()
The name of the download. |
void |
setArtifact(java.lang.String artifact)
The artifact to expose as a download. |
void |
setDescription(java.lang.String description)
The description of the download. |
void |
setFile(java.lang.String file)
The file to expose as a download. |
void |
setName(java.lang.String name)
The name of the download. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DownloadConfig()
| Method Detail |
|---|
public java.lang.String getArtifact()
public void setArtifact(java.lang.String artifact)
artifact - The artifact to expose as a download.public java.lang.String getName()
public void setName(java.lang.String name)
name - The name of the download.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - The description of the download. (Ignored if "artifact" is set.)public java.lang.String getFile()
public void setFile(java.lang.String file)
file - The file to expose as a download. (Ignored if "artifact" is set.)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||