Interface NaruAgent


public interface NaruAgent
  • Method Details

    • getProjectDirectory

      net.thevpc.nuts.io.NPath getProjectDirectory()
    • setProjectDirectory

      NaruAgent setProjectDirectory(net.thevpc.nuts.io.NPath projectDirectory)
    • startInteractiveSession

      NaruSession startInteractiveSession(String... preCommands)
    • startSession

      NaruSession startSession(String... preCommands)
    • log

      void log(NaruLogMode mode, net.thevpc.nuts.text.NMsg message)
    • env

      NaruEnv env()