Class JAXXEngineTask

    • Constructor Detail

      • JAXXEngineTask

        public JAXXEngineTask​(String name)
    • Method Detail

      • perform

        public abstract boolean perform​(JAXXEngine engine)
                                 throws Exception
        Performs the task on the given engine.
        Parameters:
        engine - the engine to use
        Returns:
        false if task failed (with no exception), true otherwise.
        Throws:
        Exception - if any error
      • getName

        public String getName()
      • checkAllFilesCompiled

        protected void checkAllFilesCompiled​(JAXXEngine engine)
                                      throws IllegalStateException
        Checks the engine does not have any more files to discover.
        Parameters:
        engine - the engine to test
        Throws:
        IllegalStateException - if there is still some files to discover.