|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.main.Enunciate.Stepper
public final class Enunciate.Stepper
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 |
|---|
public Enunciate.Target getNextTarget()
public void step()
throws EnunciateException,
java.io.IOException
EnunciateException
java.io.IOException
public void stepTo(Enunciate.Target target)
throws EnunciateException,
java.io.IOException
target - The target to step to.
EnunciateException
java.io.IOException
public void close()
throws EnunciateException,
java.io.IOException
EnunciateException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||