- set(int, E) - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
-
- setAutoflush(boolean) - Method in class org.apache.karaf.util.process.StreamPumper
-
Set whether data should be flushed through to the output stream.
- setBufferSize(int) - Method in class org.apache.karaf.util.process.StreamPumper
-
Set the size in bytes of the read buffer.
- setChildErrorStream(InputStream) - Method in class org.apache.karaf.util.process.PumpStreamHandler
-
Set the input stream from which to read the standard error of the child.
- setChildInputStream(OutputStream) - Method in class org.apache.karaf.util.process.PumpStreamHandler
-
Set the output stream by means of which input can be sent to the child.
- setChildOutputStream(InputStream) - Method in class org.apache.karaf.util.process.PumpStreamHandler
-
Set the input stream from which to read the standard output of the child.
- setNonBlocking(boolean) - Method in class org.apache.karaf.util.process.StreamPumper
-
Set whether data should be read in a non blocking way.
- size() - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
-
- start() - Method in class org.apache.karaf.util.process.PumpStreamHandler
-
Start pumping the streams.
- stop() - Method in class org.apache.karaf.util.process.PumpStreamHandler
-
Stop pumping the streams.
- stop() - Method in class org.apache.karaf.util.process.StreamPumper
-
Stop the pumper as soon as possible.
- StreamPumper - Class in org.apache.karaf.util.process
-
Copies all data from an input stream to an output stream.
- StreamPumper(InputStream, OutputStream, boolean) - Constructor for class org.apache.karaf.util.process.StreamPumper
-
Create a new stream pumper.
- StreamPumper(InputStream, OutputStream) - Constructor for class org.apache.karaf.util.process.StreamPumper
-
Create a new stream pumper.
- StringEscapeUtils - Class in org.apache.karaf.util
-
Util class to manipulate String, especially around escape/unescape.
- StringEscapeUtils() - Constructor for class org.apache.karaf.util.StringEscapeUtils
-
- subList(int, int) - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
-
- substVars(String, String, Map<String, String>, Map<String, String>, InterpolationHelper.SubstitutionCallback) - Static method in class org.apache.karaf.util.InterpolationHelper
-
This method performs property variable substitution on the
specified value.