Class JCasGenMojo.JCasGenProgressMonitor

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void beginTask​(java.lang.String name, int totalWorked)
      Begin task.
      void done()
      Done.
      void subTask​(java.lang.String message)
      Sub task.
      void worked​(int work)
      Worked.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JCasGenProgressMonitor

        public JCasGenProgressMonitor()
    • Method Detail

      • beginTask

        public void beginTask​(java.lang.String name,
                              int totalWorked)
        Description copied from interface: IProgressMonitor
        Begin task.
        Specified by:
        beginTask in interface IProgressMonitor
        Parameters:
        name - the name
        totalWorked - the total worked
      • subTask

        public void subTask​(java.lang.String message)
        Description copied from interface: IProgressMonitor
        Sub task.
        Specified by:
        subTask in interface IProgressMonitor
        Parameters:
        message - the name