org.codehaus.enunciate.main
Class Enunciate.Stepper

java.lang.Object
  extended by org.codehaus.enunciate.main.Enunciate.Stepper
Enclosing class:
Enunciate

public final class Enunciate.Stepper
extends java.lang.Object

Mechansim for stepping through the Enunciate build process.


Method Summary
 void close()
          Closes the stepper and the underlying enunciate mechanism.
 Enunciate.Target getNextTarget()
          The next target that is to be executed.
 void step()
          Steps to the next target in the process.
 void stepTo(Enunciate.Target target)
          Steps to the specified target.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNextTarget

public Enunciate.Target getNextTarget()
The next target that is to be executed.

Returns:
The next target that is to be executed.

step

public void step()
          throws EnunciateException,
                 java.io.IOException
Steps to the next target in the process.

Throws:
EnunciateException
java.io.IOException

stepTo

public void stepTo(Enunciate.Target target)
            throws EnunciateException,
                   java.io.IOException
Steps to the specified target.

Parameters:
target - The target to step to.
Throws:
EnunciateException
java.io.IOException

close

public void close()
           throws EnunciateException,
                  java.io.IOException
Closes the stepper and the underlying enunciate mechanism.

Throws:
EnunciateException
java.io.IOException