org.apache.felix.gogo.shell
public class Posix extends java.lang.Object
http://www.opengroup.org/onlinepubs/009695399/utilities/contents.html
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.Exception
public 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.IOException
public static void copy(java.net.URI source, java.io.OutputStream out) throws java.io.IOException
java.io.IOException
public static void copy(java.io.InputStream in, java.io.OutputStream out) throws java.io.IOException
java.io.IOException
Copyright © 2014. All Rights Reserved.