public class Posix
extends java.lang.Object
http://www.opengroup.org/onlinepubs/009695399/utilities/contents.html| Modifier and Type | Field and Description |
|---|---|
(package private) static java.lang.String[] |
functions |
| Constructor and Description |
|---|
Posix() |
| Modifier and Type | Method and Description |
|---|---|
void |
cat(org.apache.felix.service.command.CommandSession session,
java.lang.String[] args) |
static void |
copy(java.io.InputStream in,
java.io.OutputStream out) |
static void |
copy(java.net.URI source,
java.io.OutputStream out) |
void |
echo(java.lang.Object[] args) |
boolean |
grep(org.apache.felix.service.command.CommandSession session,
java.lang.String[] argv) |
public void cat(org.apache.felix.service.command.CommandSession session,
java.lang.String[] args)
throws java.lang.Exception
java.lang.Exceptionpublic void echo(java.lang.Object[] args)
public boolean grep(org.apache.felix.service.command.CommandSession session,
java.lang.String[] argv)
throws java.io.IOException
java.io.IOExceptionpublic static void copy(java.net.URI source,
java.io.OutputStream out)
throws java.io.IOException
java.io.IOExceptionpublic static void copy(java.io.InputStream in,
java.io.OutputStream out)
throws java.io.IOException
java.io.IOException