public class Posix extends Object
| Constructor and Description |
|---|
Posix() |
| Modifier and Type | Method and Description |
|---|---|
void |
cat(org.apache.felix.service.command.CommandSession session,
String[] args) |
static void |
copy(InputStream in,
OutputStream out) |
static void |
copy(URI source,
OutputStream out) |
void |
echo(Object[] args) |
boolean |
grep(org.apache.felix.service.command.CommandSession session,
String[] argv) |
public void cat(org.apache.felix.service.command.CommandSession session,
String[] args)
throws Exception
Exceptionpublic void echo(Object[] args)
public boolean grep(org.apache.felix.service.command.CommandSession session,
String[] argv)
throws IOException
IOExceptionpublic static void copy(URI source, OutputStream out) throws IOException
IOExceptionpublic static void copy(InputStream in, OutputStream out) throws IOException
IOExceptionCopyright © 2006–2020 The Apache Software Foundation. All rights reserved.