Package com.norconex.jef.exec

Utility classes related to process/code execution.

See:
          Description

Interface Summary
IExceptionFilter Responsible for filtering exceptions.
IRerunnable Upon failure, code embedded in the run method will get executed over and over again, provided that the executing class supports IRerunnable.
 

Class Summary
ExecUtils Utility methods related to process execution.
Rerunner Rerunner is responsible for executing IRerunnable instances.
SystemCommand Represents a program to be executed by the underlying system (on the "command line").
SystemCommandJob JEF job for executing an arbitrary number of commands.
 

Exception Summary
RerunnableException An exception throws by a executing Rerunner instance when the code executed itself threw an exception, or maximum retry attempts has been reached.
 

Package com.norconex.jef.exec Description

Utility classes related to process/code execution.



Copyright © 2007-2013 Norconex Inc.. All Rights Reserved.