- setAutoflush(boolean) - Method in class org.apache.karaf.shell.wrapper.StreamPumper
-
Set whether data should be flushed through to the output stream.
- setBufferSize(int) - Method in class org.apache.karaf.shell.wrapper.StreamPumper
-
Set the size in bytes of the read buffer.
- setChildErrorStream(InputStream) - Method in class org.apache.karaf.shell.wrapper.PumpStreamHandler
-
Set the input stream from which to read the standard error of the child.
- setChildInputStream(OutputStream) - Method in class org.apache.karaf.shell.wrapper.PumpStreamHandler
-
Set the output stream by means of which input can be sent to the child.
- setChildOutputStream(InputStream) - Method in class org.apache.karaf.shell.wrapper.PumpStreamHandler
-
Set the input stream from which to read the standard output of the child.
- setDescription(String) - Method in class org.apache.karaf.shell.wrapper.InstallCommand
-
- setDisplayName(String) - Method in class org.apache.karaf.shell.wrapper.InstallCommand
-
- setName(String) - Method in class org.apache.karaf.shell.wrapper.InstallCommand
-
- setStartType(String) - Method in class org.apache.karaf.shell.wrapper.InstallCommand
-
- start(String[]) - Method in class org.apache.karaf.shell.wrapper.Main
-
The start method is called when the WrapperManager is signaled by the
native Wrapper code that it can start its application.
- start() - Method in class org.apache.karaf.shell.wrapper.PumpStreamHandler
-
Start pumping the streams.
- stop(int) - Method in class org.apache.karaf.shell.wrapper.Main
-
Called when the application is shutting down.
- stop() - Method in class org.apache.karaf.shell.wrapper.PumpStreamHandler
-
Stop pumping the streams.
- stop() - Method in class org.apache.karaf.shell.wrapper.StreamPumper
-
Stop the pumper as soon as possible.
- StreamPumper - Class in org.apache.karaf.shell.wrapper
-
Copies all data from an input stream to an output stream.
- StreamPumper(InputStream, OutputStream, boolean) - Constructor for class org.apache.karaf.shell.wrapper.StreamPumper
-
Create a new stream pumper.
- StreamPumper(InputStream, OutputStream) - Constructor for class org.apache.karaf.shell.wrapper.StreamPumper
-
Create a new stream pumper.