public class PipeRunnable extends Object implements Runnable, StopMonitor
| Constructor and Description |
|---|
PipeRunnable(String name,
String cmd,
String desc,
NNonBlockingInputStream in,
OutputStream out,
boolean renameThread) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCmd() |
String |
getDesc() |
NNonBlockingInputStream |
getIn() |
OutputStream |
getOut() |
boolean |
incrementalCopy() |
boolean |
isStopped() |
void |
requestStop() |
void |
run() |
boolean |
runOnce() |
boolean |
shouldStop() |
public PipeRunnable(String name, String cmd, String desc, NNonBlockingInputStream in, OutputStream out, boolean renameThread)
public String getCmd()
public String getDesc()
public boolean shouldStop()
shouldStop in interface StopMonitorpublic void requestStop()
public boolean incrementalCopy()
public boolean runOnce()
public boolean isStopped()
public NNonBlockingInputStream getIn()
public OutputStream getOut()
Copyright © 2026 vpc open source initiative. All rights reserved.