Package org.apache.felix.gogo.shell
Class Posix
java.lang.Object
org.apache.felix.gogo.shell.Posix
Posix-like utilities.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic voidcopy(InputStream in, OutputStream out) static voidcopy(URI source, OutputStream out) voidboolean
-
Constructor Details
-
Posix
public Posix()
-
-
Method Details
-
cat
public void cat(org.apache.felix.service.command.CommandSession session, String[] args) throws Exception - Throws:
Exception
-
echo
-
grep
public boolean grep(org.apache.felix.service.command.CommandSession session, String[] argv) throws IOException - Throws:
IOException
-
copy
- Throws:
IOException
-
copy
- Throws:
IOException
-