Uses of Interface
org.dellroad.jct.core.Exec
Packages that use Exec
Package
Description
Core classes for the Java Console Toolkit.
Simple console implementation for the Java Console Toolkit.
Classes for connecting an SSH server to the Java Console Toolkit.
A simple SSH server for the Java Console Toolkit.
-
Uses of Exec in org.dellroad.jct.core
Constructors in org.dellroad.jct.core with parameters of type ExecModifierConstructorDescriptionprotectedAbstractExecSession(Exec owner, ExecRequest request) Constructor. -
Uses of Exec in org.dellroad.jct.core.simple
Classes in org.dellroad.jct.core.simple that implement ExecModifier and TypeClassDescriptionclassA simple implementation of theExecinterface using a library ofSimpleCommands. -
Uses of Exec in org.dellroad.jct.ssh
Fields in org.dellroad.jct.ssh declared as ExecConstructors in org.dellroad.jct.ssh with parameters of type ExecModifierConstructorDescriptionJctExecCommand(Exec exec, org.apache.sshd.server.channel.ChannelSession channel, String command) JctExecFactory(Exec exec) Constructor. -
Uses of Exec in org.dellroad.jct.ssh.simple
Fields in org.dellroad.jct.ssh.simple declared as ExecMethods in org.dellroad.jct.ssh.simple with parameters of type ExecModifier and TypeMethodDescriptionConfigure theExecthat successful incoming execute connections should connect to.