| |
|
| java.lang.Object org.enhydra.kelp.common.ProgressBuilder org.enhydra.kelp.common.AbstractEchoGenerator
AbstractEchoGenerator | public AbstractEchoGenerator()(Code) | | Create a CompileThread with listeners ready to
recieve output from build.
Parameters: listeners - A listener implements an onWrite method that is calledto write output. The writes are captured for display orlogging. |
AbstractEchoGenerator | public AbstractEchoGenerator(WriteListener listener, boolean buffer)(Code) | | |
buildInCurrentThread | public synchronized void buildInCurrentThread()(Code) | | |
generate | public synchronized void generate()(Code) | | Run the XMLC for all selected HTML files.
|
generateImpl | abstract protected void generateImpl() throws ToolException(Code) | | Loop through all selected nodes files and build them.
Write out exceptions to any registered listeners.
|
getProject | public OtterProject getProject()(Code) | | Get the IDE project that contains the HTML source files to compile.
|
isEcho | public boolean isEcho()(Code) | | |
setEcho | public void setEcho(boolean e)(Code) | | |
setProject | public void setProject(OtterProject bp)(Code) | | Set the IDE project that contains the HTML source files to compile.
|
sleepInSeconds | public void sleepInSeconds(double seconds)(Code) | | Sleep the thread for a given number of seconds.
Parameters: seconds - How many seconds to sleep. |
|
|
|