org.codehaus.enunciate.main
Class EnunciateTask.Export

java.lang.Object
  extended by org.codehaus.enunciate.main.EnunciateTask.Export
Enclosing class:
EnunciateTask

public static class EnunciateTask.Export
extends java.lang.Object

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

EnunciateTask.Export

public EnunciateTask.Export()
Method Detail

getArtifactId

public java.lang.String getArtifactId()
The id of the artifact to export.

Returns:
The id of the artifact to export.

setArtifactId

public void setArtifactId(java.lang.String artifactId)
The id of the artifact to export.

Parameters:
artifactId - The id of the artifact to export.

getDestination

public java.io.File getDestination()
The destination (file or directory) of the export.

Returns:
The destination (file or directory) of the export.

setDestination

public void setDestination(java.io.File destination)
The destination (file or directory) of the export.

Parameters:
destination - The destination (file or directory) of the export.