com.sun.xml.bind.taglets
Class SequenceDiagramTask

java.lang.Object
  extended by MatchingTask
      extended by com.sun.xml.bind.taglets.SequenceDiagramTask

public class SequenceDiagramTask
extends MatchingTask

Compiles a sequence diagram into a grpah.


Constructor Summary
SequenceDiagramTask()
           
 
Method Summary
 void execute()
           
 void setDest(java.io.File dir)
           
 void setServiceURL(java.lang.String url)
           
 void setSrc(java.io.File dir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SequenceDiagramTask

public SequenceDiagramTask()
Method Detail

setSrc

public void setSrc(java.io.File dir)

setDest

public void setDest(java.io.File dir)

setServiceURL

public void setServiceURL(java.lang.String url)
                   throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException

execute

public void execute()
             throws BuildException
Throws:
BuildException