org.eclipse.emf.codegen.util
Class CodeGenUtil.StreamProgressMonitor
java.lang.Object
org.eclipse.core.runtime.NullProgressMonitor
org.eclipse.emf.codegen.util.CodeGenUtil.StreamProgressMonitor
- All Implemented Interfaces:
- IProgressMonitor
- Direct Known Subclasses:
- CodeGen.StreamProgressMonitor
- Enclosing class:
- CodeGenUtil
- public static class CodeGenUtil.StreamProgressMonitor
- extends NullProgressMonitor
This is a progress monitor that prints the progress information to a stream.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
printStream
protected PrintStream printStream
CodeGenUtil.StreamProgressMonitor
public CodeGenUtil.StreamProgressMonitor(PrintStream printStream)
beginTask
public void beginTask(String name,
int totalWork)
setTaskName
public void setTaskName(String name)
subTask
public void subTask(String name)