|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.main.EnunciateTask.Export
public static class EnunciateTask.Export
A nested export task.
| Constructor Summary | |
|---|---|
EnunciateTask.Export()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getArtifactId()
The id of the artifact to export. |
java.io.File |
getDestination()
The destination (file or directory) of the export. |
void |
setArtifactId(java.lang.String artifactId)
The id of the artifact to export. |
void |
setDestination(java.io.File destination)
The destination (file or directory) of the export. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EnunciateTask.Export()
| Method Detail |
|---|
public java.lang.String getArtifactId()
public void setArtifactId(java.lang.String artifactId)
artifactId - The id of the artifact to export.public java.io.File getDestination()
public void setDestination(java.io.File destination)
destination - The destination (file or directory) of the export.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||