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 TypeMethodDescriptionvoid
static void
copy
(InputStream in, OutputStream out) static void
copy
(URI source, OutputStream out) void
boolean
-
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
-