Interface NshFunction<T extends NshExecutionContext>


public interface NshFunction<T extends NshExecutionContext>
Author:
thevpc (taha.bensalah@gmail.com) %lastmodified 26 oct. 2004 Time: 23:06:32
  • Method Details

    • exec

      int exec(String[] command, T context) throws Exception
      Throws:
      Exception
    • getName

      String getName()
    • getDefinition

      String getDefinition()
    • isEnabled

      boolean isEnabled()
    • setEnabled

      void setEnabled(boolean enabled)