A C D E G H I L N O P R S T U W

A

add(E) - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
 
add(int, E) - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
 
addAll(Collection<? extends E>) - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
 
addAll(int, Collection<? extends E>) - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
 
addAllAbsent(Collection<? extends E>) - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
Adds to this CopyOnWriteArrayList all those elements from a given collection that are not yet part of the list.
addIfAbsent(E) - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
Adds to this CopyOnWriteArrayList another element, given that this element is not yet part of the list.
attach(Process) - Method in class org.apache.karaf.util.process.PumpStreamHandler
Attach to a child streams from the given process.

C

clear() - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
 
clear() - Method in class org.apache.karaf.util.Properties
 
clearValue() - Method in class org.apache.karaf.util.Properties.Layout
 
clone() - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
 
contains(Object) - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
 
contains(char[], char) - Static method in class org.apache.karaf.util.Properties
Checks if the value is in the given array.
containsAll(Collection<?>) - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
 
CopyOnWriteArrayIdentityList<E> - Class in org.apache.karaf.util.collections
Implements a ArrayList variant that is thread-safe.
CopyOnWriteArrayIdentityList() - Constructor for class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
Creates a new, empty instance of CopyOnWriteArrayList.
CopyOnWriteArrayIdentityList(Collection<? extends E>) - Constructor for class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
Creates a new instance of CopyOnWriteArrayList and fills it with the contents of a given Collection.
CopyOnWriteArrayIdentityList(E[]) - Constructor for class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
Creates a new instance of CopyOnWriteArrayList and fills it with the contents of a given array.
createChildErrorPump(InputStream, OutputStream) - Method in class org.apache.karaf.util.process.PumpStreamHandler
Create the pump to handle error output.
createChildOutputPump(InputStream, OutputStream) - Method in class org.apache.karaf.util.process.PumpStreamHandler
Create the pump to handle child output.
createInputPump(InputStream, OutputStream, boolean) - Method in class org.apache.karaf.util.process.PumpStreamHandler
Creates a stream pumper to copy the given input stream to the given output stream.
createPump(InputStream, OutputStream) - Method in class org.apache.karaf.util.process.PumpStreamHandler
Creates a stream pumper to copy the given input stream to the given output stream.
createPump(InputStream, OutputStream, boolean) - Method in class org.apache.karaf.util.process.PumpStreamHandler
Creates a stream pumper to copy the given input stream to the given output stream.

D

DeployerUtils - Class in org.apache.karaf.util
Contain various methods that are useful for deploying artifacts

E

entrySet() - Method in class org.apache.karaf.util.Properties
 
equals(Object) - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
 
escapeJava(String) - Static method in class org.apache.karaf.util.StringEscapeUtils
Escapes the characters in a String using Java String rules.
extractNameVersionType(String) - Static method in class org.apache.karaf.util.DeployerUtils
Heuristic to compute the name and version of a file given it's name on disk

G

get(int) - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
 
getBufferSize() - Method in class org.apache.karaf.util.process.StreamPumper
Get the size in bytes of the read buffer.
getCommentLines() - Method in class org.apache.karaf.util.Properties.Layout
 
getCommentLines() - Method in class org.apache.karaf.util.Properties.PropertiesReader
Returns the comment lines that have been read for the last property.
getException() - Method in class org.apache.karaf.util.process.StreamPumper
Get the exception encountered, if any.
getFooter() - Method in class org.apache.karaf.util.Properties
Return the comment footer.
getHeader() - Method in class org.apache.karaf.util.Properties
Return the comment header.
getPropertyName() - Method in class org.apache.karaf.util.Properties.PropertiesReader
Returns the name of the last read property.
getPropertyValue() - Method in class org.apache.karaf.util.Properties.PropertiesReader
Returns the value of the last read property.
getValue(String) - Method in interface org.apache.karaf.util.InterpolationHelper.SubstitutionCallback
 
getValueLines() - Method in class org.apache.karaf.util.Properties.Layout
 
getValueLines() - Method in class org.apache.karaf.util.Properties.PropertiesReader
Returns the value lines that have been read for the last property.

H

hashCode() - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
 
hex(char) - Static method in class org.apache.karaf.util.StringEscapeUtils
Returns an upper case hexadecimal String for the given character.

I

indexOf(E, int) - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
Returns the index of a given element, starting the search from a given position in the list.
indexOf(Object) - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
 
InterpolationHelper - Class in org.apache.karaf.util
Enhancement of the standard Properties managing the maintain of comments, etc.
InterpolationHelper.SubstitutionCallback - Interface in org.apache.karaf.util
Callback for substitution
isEmpty() - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
 
isFinished() - Method in class org.apache.karaf.util.process.StreamPumper
Tells whether the end of the stream has been reached.
iterator() - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
 

L

lastIndexOf(E, int) - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
Returns the last index of a given element, starting the search from a given position in the list and going backwards.
lastIndexOf(Object) - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
 
listIterator() - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
 
listIterator(int) - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
 
load(File) - Method in class org.apache.karaf.util.Properties
 
load(URL) - Method in class org.apache.karaf.util.Properties
 
load(InputStream) - Method in class org.apache.karaf.util.Properties
 
load(Reader) - Method in class org.apache.karaf.util.Properties
 
loadLayout(Reader) - Method in class org.apache.karaf.util.Properties
Reads a properties file and stores its internal structure.

N

nextProperty() - Method in class org.apache.karaf.util.Properties.PropertiesReader
Parses the next property from the input stream and stores the found name and value in internal fields.

O

org.apache.karaf.util - package org.apache.karaf.util
 
org.apache.karaf.util.collections - package org.apache.karaf.util.collections
 
org.apache.karaf.util.process - package org.apache.karaf.util.process
 

P

performSubstitution(Map<String, String>) - Static method in class org.apache.karaf.util.InterpolationHelper
Perform substitution on a property set
performSubstitution(Map<String, String>, BundleContext) - Static method in class org.apache.karaf.util.InterpolationHelper
Perform substitution on a property set
performSubstitution(Map<String, String>, InterpolationHelper.SubstitutionCallback) - Static method in class org.apache.karaf.util.InterpolationHelper
Perform substitution on a property set
performSubstitution(Map<String, String>) - Static method in class org.apache.karaf.util.Properties
Perform substitution on a property set
Properties - Class in org.apache.karaf.util
Enhancement of the standard Properties managing the maintain of comments, etc.
Properties() - Constructor for class org.apache.karaf.util.Properties
 
Properties(File) - Constructor for class org.apache.karaf.util.Properties
 
Properties.Layout - Class in org.apache.karaf.util
TODO
Properties.Layout() - Constructor for class org.apache.karaf.util.Properties.Layout
 
Properties.Layout(List<String>, List<String>) - Constructor for class org.apache.karaf.util.Properties.Layout
 
Properties.PropertiesReader - Class in org.apache.karaf.util
This class is used to read properties lines.
Properties.PropertiesReader(Reader) - Constructor for class org.apache.karaf.util.Properties.PropertiesReader
Creates a new instance of PropertiesReader and sets the underlaying reader and the list delimiter.
Properties.PropertiesWriter - Class in org.apache.karaf.util
This class is used to write properties lines.
Properties.PropertiesWriter(Writer) - Constructor for class org.apache.karaf.util.Properties.PropertiesWriter
Constructor.
PumpStreamHandler - Class in org.apache.karaf.util.process
Copies standard output and error of children streams to standard output and error of the parent.
PumpStreamHandler(InputStream, OutputStream, OutputStream, String) - Constructor for class org.apache.karaf.util.process.PumpStreamHandler
 
PumpStreamHandler(InputStream, OutputStream, OutputStream) - Constructor for class org.apache.karaf.util.process.PumpStreamHandler
 
PumpStreamHandler(OutputStream, OutputStream) - Constructor for class org.apache.karaf.util.process.PumpStreamHandler
 
PumpStreamHandler(OutputStream) - Constructor for class org.apache.karaf.util.process.PumpStreamHandler
 
put(String, String) - Method in class org.apache.karaf.util.Properties
 

R

readProperty() - Method in class org.apache.karaf.util.Properties.PropertiesReader
Reads a property line.
remove(int) - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
 
remove(Object) - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
 
remove(Object) - Method in class org.apache.karaf.util.Properties
 
removeAll(Collection<?>) - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
 
retainAll(Collection<?>) - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
 
run() - Method in class org.apache.karaf.util.process.StreamPumper
Copies data from the input stream to the output stream.

S

save() - Method in class org.apache.karaf.util.Properties
 
save(File) - Method in class org.apache.karaf.util.Properties
 
save(OutputStream) - Method in class org.apache.karaf.util.Properties
 
save(Writer) - Method in class org.apache.karaf.util.Properties
 
saveLayout(Writer) - Method in class org.apache.karaf.util.Properties
Writes the properties file to the given writer, preserving as much of its structure as possible.
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.
setCommentLines(List<String>) - Method in class org.apache.karaf.util.Properties.Layout
 
setFooter(List<String>) - Method in class org.apache.karaf.util.Properties
Set the comment footer.
setHeader(List<String>) - Method in class org.apache.karaf.util.Properties
Set the comment header.
setValueLines(List<String>) - Method in class org.apache.karaf.util.Properties.Layout
 
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.
substVars(String, String, Map<String, String>, Map<String, String>) - Static method in class org.apache.karaf.util.Properties
This method performs property variable substitution on the specified value.

T

toArray() - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
 
toArray(T[]) - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
 
toString() - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
 

U

unescapeJava(String) - Static method in class org.apache.karaf.util.StringEscapeUtils
Unescapes any Java literals found in the String to a Writer.

W

waitFor() - Method in class org.apache.karaf.util.process.StreamPumper
This method blocks until the stream pumper finishes.
writeln(String) - Method in class org.apache.karaf.util.Properties.PropertiesWriter
Helper method for writing a line with the platform specific line ending.
writeProperty(String, String) - Method in class org.apache.karaf.util.Properties.PropertiesWriter
Writes the given property and its value.

A C D E G H I L N O P R S T U W

Copyright © 2007-2012 FuseSource, Corp.. All Rights Reserved.