org.apache.felix.gogo.shell
Class Posix
java.lang.Object
org.apache.felix.gogo.shell.Posix
public class Posix
- extends Object
Posix-like utilities.
- See Also:
http://www.opengroup.org/onlinepubs/009695399/utilities/contents.html
Constructor Summary |
Posix()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Posix
public Posix()
cat
public void cat(CommandSession session,
String[] args)
throws Exception
- Throws:
Exception
echo
public void echo(Object[] args)
grep
public boolean grep(CommandSession session,
String[] argv)
throws IOException
- Throws:
IOException
copy
public static void copy(URI source,
OutputStream out)
throws IOException
- Throws:
IOException
copy
public static void copy(InputStream in,
OutputStream out)
throws IOException
- Throws:
IOException
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.