Class NativeExecutableCommand

java.lang.Object
com.sshtools.common.command.AbstractExecutableCommand
com.sshtools.common.command.NativeExecutableCommand
All Implemented Interfaces:
ExecutableCommand, Component

public class NativeExecutableCommand extends AbstractExecutableCommand
A further extension of the AbstractExecutableCommand that provides the ability to execute a native process. Caution should be taken with this current implementation as no processing of EOL is provided and results may vary on different platforms. It is recommended that only automated clients use this feature due to the many differences in user terminals which may cause problems with command output not performing as expected.