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:IProgressMonitor
Done.- Specified by:
done
in interfaceIProgressMonitor
-
beginTask
Description copied from interface:IProgressMonitor
Begin task.- Specified by:
beginTask
in interfaceIProgressMonitor
- Parameters:
name
- the nametotalWorked
- the total worked
-
subTask
Description copied from interface:IProgressMonitor
Sub task.- Specified by:
subTask
in interfaceIProgressMonitor
- Parameters:
message
- the name
-
worked
public void worked(int work) Description copied from interface:IProgressMonitor
Worked.- Specified by:
worked
in interfaceIProgressMonitor
- Parameters:
work
- the work
-