Class JCasGenMojo.JCasGenProgressMonitor
java.lang.Object
org.apache.uima.tools.jcasgen.maven.JCasGenMojo.JCasGenProgressMonitor
- All Implemented Interfaces:
IProgressMonitor
- Enclosing class:
JCasGenMojo
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JCasGenProgressMonitor
public JCasGenProgressMonitor()
-
-
Method Details
-
done
public void done()Description copied from interface:IProgressMonitorDone.- Specified by:
donein interfaceIProgressMonitor
-
beginTask
Description copied from interface:IProgressMonitorBegin task.- Specified by:
beginTaskin interfaceIProgressMonitor- Parameters:
name- the nametotalWorked- the total worked
-
subTask
Description copied from interface:IProgressMonitorSub task.- Specified by:
subTaskin interfaceIProgressMonitor- Parameters:
message- the name
-
worked
public void worked(int work) Description copied from interface:IProgressMonitorWorked.- Specified by:
workedin interfaceIProgressMonitor- Parameters:
work- the work
-