A C D E F G H I L O P R S T U V W X 

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

call(RandomAccessFile) - Method in interface org.apache.karaf.util.locks.FileLockUtils.Callable
 
call(Properties) - Method in interface org.apache.karaf.util.locks.FileLockUtils.CallableWithProperties
 
clear() - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
 
clone() - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
 
close(Closeable...) - Static method in class org.apache.karaf.util.StreamUtils
 
CommandUtils - Class in org.apache.karaf.util
Contains various methods for helping with layout no commands
CommandUtils() - Constructor for class org.apache.karaf.util.CommandUtils
 
contains(Object) - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
 
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.
createFromTemplate(File, InputStream, HashMap<String, String>) - Static method in class org.apache.karaf.util.TemplateUtils
 
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

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.
execute(File, FileLockUtils.Runnable) - Static method in class org.apache.karaf.util.locks.FileLockUtils
 
execute(File, FileLockUtils.Callable<T>) - Static method in class org.apache.karaf.util.locks.FileLockUtils
 
execute(File, FileLockUtils.RunnableWithProperties, boolean) - Static method in class org.apache.karaf.util.locks.FileLockUtils
 
execute(File, FileLockUtils.CallableWithProperties<T>, boolean) - Static method in class org.apache.karaf.util.locks.FileLockUtils
 
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

F

FILE_SEPARATOR - Static variable in class org.apache.karaf.util.maven.Parser
Final artifact path separator.
FileLockUtils - Class in org.apache.karaf.util.locks
 
FileLockUtils.Callable<T> - Interface in org.apache.karaf.util.locks
 
FileLockUtils.CallableWithProperties<T> - Interface in org.apache.karaf.util.locks
 
FileLockUtils.Runnable - Interface in org.apache.karaf.util.locks
 
FileLockUtils.RunnableWithProperties - Interface in org.apache.karaf.util.locks
 

G

get(int) - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
 
getArtifact() - Method in class org.apache.karaf.util.maven.Parser
Returns the artifact id.
getArtifactLocalMetdataPath() - Method in class org.apache.karaf.util.maven.Parser
Returns the complete path to artifact local metadata file.
getArtifactMetdataPath() - Method in class org.apache.karaf.util.maven.Parser
Returns the complete path to artifact metadata file.
getArtifactPath() - Method in class org.apache.karaf.util.maven.Parser
Returns the complete path to artifact as stated by Maven 2 repository layout.
getArtifactPath(String) - Method in class org.apache.karaf.util.maven.Parser
Returns the complete path to artifact as stated by Maven 2 repository layout.
getBufferSize() - Method in class org.apache.karaf.util.process.StreamPumper
Get the size in bytes of the read buffer.
getClassifier() - Method in class org.apache.karaf.util.maven.Parser
Returns the artifact classifier.
getErrorPump() - Method in class org.apache.karaf.util.process.PumpStreamHandler
 
getException() - Method in class org.apache.karaf.util.process.StreamPumper
Get the exception encountered, if any.
getGroup() - Method in class org.apache.karaf.util.maven.Parser
Returns the group id of the artifact.
getIn() - Method in class org.apache.karaf.util.process.StreamPumper
 
getInputStream() - Method in class org.apache.karaf.util.process.StreamPumper
 
getOut() - Method in class org.apache.karaf.util.process.StreamPumper
 
getOutputPump() - Method in class org.apache.karaf.util.process.PumpStreamHandler
 
getRepositoryURL() - Method in class org.apache.karaf.util.maven.Parser
Returns the repository URL if present, null otherwise
getSnapshotPath(String, String, String) - Method in class org.apache.karaf.util.maven.Parser
Returns the complete path to artifact for a snapshot file.
getSnapshotVersion(String, String, String) - Method in class org.apache.karaf.util.maven.Parser
Returns the version for an artifact for a snapshot version.
getType() - Method in class org.apache.karaf.util.maven.Parser
Returns the artifact type.
getVersion() - Method in class org.apache.karaf.util.maven.Parser
Returns the artifact version.
getVersionLocalMetadataPath(String) - Method in class org.apache.karaf.util.maven.Parser
Returns the path to local metdata file corresponding to this artifact version.
getVersionMetadataPath(String) - Method in class org.apache.karaf.util.maven.Parser
Returns the path to metdata file corresponding to this artifact version.

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
 
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
 

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.locks - package org.apache.karaf.util.locks
 
org.apache.karaf.util.maven - package org.apache.karaf.util.maven
 
org.apache.karaf.util.process - package org.apache.karaf.util.process
 

P

parse(String) - Static method in class org.apache.karaf.util.XmlUtils
 
parse(File) - Static method in class org.apache.karaf.util.XmlUtils
 
parse(File, ErrorHandler) - Static method in class org.apache.karaf.util.XmlUtils
 
Parser - Class in org.apache.karaf.util.maven
Parser for mvn: protocol.
Parser(String) - Constructor for class org.apache.karaf.util.maven.Parser
Creates a new protocol parser.
print(String) - Method in class org.apache.karaf.util.StreamLoggerInterceptor
 
println(String) - Method in class org.apache.karaf.util.StreamLoggerInterceptor
 
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
 

R

remove(int) - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
 
remove(Object) - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
 
removeAll(Collection<?>) - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
 
retainAll(Collection<?>) - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
 
run(RandomAccessFile) - Method in interface org.apache.karaf.util.locks.FileLockUtils.Runnable
 
run(Properties) - Method in interface org.apache.karaf.util.locks.FileLockUtils.RunnableWithProperties
 
run() - Method in class org.apache.karaf.util.process.StreamPumper
Copies data from the input stream to the output stream.

S

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.
StreamLoggerInterceptor - Class in org.apache.karaf.util
 
StreamLoggerInterceptor(OutputStream, String, String) - Constructor for class org.apache.karaf.util.StreamLoggerInterceptor
 
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.
StreamUtils - Class in org.apache.karaf.util
 
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
 

T

TemplateUtils - Class in org.apache.karaf.util
 
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
 
transform(Source, Result) - Static method in class org.apache.karaf.util.XmlUtils
 
transform(Source, Source, Result) - Static method in class org.apache.karaf.util.XmlUtils
 
trimToSize(String, int) - Static method in class org.apache.karaf.util.CommandUtils
The message is either enlarged or trimmed to the given size.

U

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

V

VERSION_LATEST - Static variable in class org.apache.karaf.util.maven.Parser
Default version if none present in the url.

W

waitFor() - Method in class org.apache.karaf.util.process.StreamPumper
This method blocks until the stream pumper finishes.

X

XmlUtils - Class in org.apache.karaf.util
Utils class to manipulate XML document in a thread safe way.
XmlUtils() - Constructor for class org.apache.karaf.util.XmlUtils
 
A C D E F G H I L O P R S T U V W X 

Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.