NullOutputReceiverpublic final class NullOutputReceiver extends Object implements IShellOutputReceiverImplementation of {@link IShellOutputReceiver} that does nothing.
This can be used to execute a remote shell command when the output is not needed. |
Fields Summary |
---|
private static NullOutputReceiver | sReceiver |
Methods Summary |
---|
public void | addOutput(byte[] data, int offset, int length)
| public void | flush()
| public static IShellOutputReceiver | getReceiver()
return sReceiver;
| public boolean | isCancelled()
return false;
|
|