Class RunLimitHook

java.lang.Object
com.scriptbasic.spi.SimpleHook
com.scriptbasic.hooks.RunLimitHook
All Implemented Interfaces:
InterpreterHook

public class RunLimitHook extends SimpleHook
This hook can be configured to limit the execution resources for a given program. The limits are read from the configuration file.
Author:
Peter Verhas date Aug 4, 2012
  • Constructor Details

    • RunLimitHook

      public RunLimitHook()
  • Method Details