public class Posix extends 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,
String[] args) |
static void |
copy(InputStream in,
OutputStream out) |
static void |
copy(URI source,
OutputStream out) |
void |
echo(Object[] args) |
boolean |
grep(org.apache.felix.service.command.CommandSession session,
String[] argv) |
public void cat(org.apache.felix.service.command.CommandSession session, String[] args) throws Exception
Exception
public void echo(Object[] args)
public boolean grep(org.apache.felix.service.command.CommandSession session, String[] argv) throws IOException
IOException
public static void copy(URI source, OutputStream out) throws IOException
IOException
public static void copy(InputStream in, OutputStream out) throws IOException
IOException
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.