A B C D E F G H I J K L M N O P R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- add(int, E) - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
- add(E) - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
- add(XMLEvent) - Method in class org.apache.karaf.util.xml.IndentingXMLEventWriter
- add(XMLEventReader) - Method in class org.apache.karaf.util.xml.IndentingXMLEventWriter
- addAll(int, Collection<? extends E>) - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
- addAll(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(int) - Method in class org.apache.karaf.jpm.impl.ProcessBuilderImpl
- attach(int) - Static method in class org.apache.karaf.jpm.impl.ProcessImpl
- attach(int) - Method in interface org.apache.karaf.jpm.ProcessBuilder
-
Attach to an existing process.
- attach(Process) - Method in class org.apache.karaf.util.process.PumpStreamHandler
-
Attach to a child streams from the given process.
B
- BaseActivator - Class in org.apache.karaf.util.tracker
- BaseActivator() - Constructor for class org.apache.karaf.util.tracker.BaseActivator
- bundleContext - Variable in class org.apache.karaf.util.tracker.BaseActivator
- BundleUtils - Class in org.apache.karaf.util.bundles
- BundleUtils() - Constructor for class org.apache.karaf.util.bundles.BundleUtils
C
- call(T) - Method in interface org.apache.karaf.util.locks.FileLockUtils.Callable
- clear() - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
- clone() - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
- close() - Method in class org.apache.karaf.util.tracker.SingleServiceTracker
- close() - Method in class org.apache.karaf.util.xml.IndentingXMLEventWriter
- close(Closeable...) - Static method in class org.apache.karaf.util.StreamUtils
- close(Iterable<Closeable>) - Static method in class org.apache.karaf.util.StreamUtils
- combine(ProtectionDomain[], ProtectionDomain[]) - Method in class org.apache.karaf.util.jaas.JaasHelper.OsgiSubjectDomainCombiner
- command(String) - Method in class org.apache.karaf.jpm.impl.ProcessBuilderImpl
- command(String) - Method in interface org.apache.karaf.jpm.ProcessBuilder
-
Set the command to execute.
- 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
- ConfigurationPID - Class in org.apache.karaf.util.config
- ConfigurationPID(String) - Constructor for class org.apache.karaf.util.config.ConfigurationPID
- ConfigurationPID(String, String, String) - Constructor for class org.apache.karaf.util.config.ConfigurationPID
- contains(Object) - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
- containsAll(Collection<?>) - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
- copy(InputStream, OutputStream) - Static method in class org.apache.karaf.util.StreamUtils
- copyFilteredResource(String, File, Map<String, String>) - Static method in class org.apache.karaf.jpm.impl.ScriptUtils
- CopyOnWriteArrayIdentityList<E> - Class in org.apache.karaf.util.collections
-
Implements a
ArrayListvariant that is thread-safe. - CopyOnWriteArrayIdentityList() - Constructor for class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
-
Creates a new, empty instance of CopyOnWriteArrayList.
- 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.
- 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.
- copySystemProperties(Properties) - Static method in class org.apache.karaf.util.config.PropertiesLoader
- create(File, String) - Static method in class org.apache.karaf.jpm.impl.ProcessImpl
- 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
-
Create 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
-
Create 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
-
Create a stream pumper to copy the given input stream to the given output stream.
- currentUserHasRole(String) - Static method in class org.apache.karaf.util.jaas.JaasHelper
- currentUserHasRole(Set<Principal>, String) - Static method in class org.apache.karaf.util.jaas.JaasHelper
D
- DeployerUtils - Class in org.apache.karaf.util
-
Contain various methods that are useful for deploying artifacts.
- destroy() - Method in class org.apache.karaf.jpm.impl.ProcessImpl
- destroy() - Method in interface org.apache.karaf.jpm.Process
-
Destroy the process.
- directory(File) - Method in class org.apache.karaf.jpm.impl.ProcessBuilderImpl
- directory(File) - Method in interface org.apache.karaf.jpm.ProcessBuilder
-
Specify the current directory to run the command from.
- doAs(Subject, PrivilegedAction<T>) - Static method in class org.apache.karaf.util.jaas.JaasHelper
- doAs(Subject, PrivilegedExceptionAction<T>) - Static method in class org.apache.karaf.util.jaas.JaasHelper
- doClose() - Method in class org.apache.karaf.util.tracker.BaseActivator
- documentBuilder() - Static method in class org.apache.karaf.util.XmlUtils
- doOpen() - Method in class org.apache.karaf.util.tracker.BaseActivator
- doStart() - Method in class org.apache.karaf.util.tracker.BaseActivator
- doStop() - Method in class org.apache.karaf.util.tracker.BaseActivator
E
- ensureStartupConfiguration(String) - Method in class org.apache.karaf.util.tracker.BaseActivator
- 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
Stringusing Java String rules. - execute(File, FileLockUtils.Callable<? super RandomAccessFile, T>) - Static method in class org.apache.karaf.util.locks.FileLockUtils
- execute(File, FileLockUtils.Callable<? super Properties, T>, boolean) - Static method in class org.apache.karaf.util.locks.FileLockUtils
- execute(File, FileLockUtils.Runnable<? super RandomAccessFile>) - Static method in class org.apache.karaf.util.locks.FileLockUtils
- execute(File, FileLockUtils.Runnable<? super Properties>, boolean) - Static method in class org.apache.karaf.util.locks.FileLockUtils
- execute(String, Map<String, String>) - Static method in class org.apache.karaf.jpm.impl.ScriptUtils
- executeProcess(ProcessBuilder) - Static method in class org.apache.karaf.jpm.impl.ScriptUtils
- executor - Variable in class org.apache.karaf.util.tracker.BaseActivator
- exitValue() - Method in class org.apache.karaf.jpm.impl.ProcessImpl
- 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,U> - Interface in org.apache.karaf.util.locks
- FileLockUtils.Runnable<T> - Interface in org.apache.karaf.util.locks
- FilesStream - Class in org.apache.karaf.util.filesstream
- filter() - Method in annotation type org.apache.karaf.util.tracker.annotation.RequireService
- fixBundleWithUpdateLocation(InputStream, String) - Static method in class org.apache.karaf.util.bundles.BundleUtils
- flush() - Method in class org.apache.karaf.util.xml.IndentingXMLEventWriter
G
- get(int) - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
- getArtifact() - Method in class org.apache.karaf.util.maven.Parser
-
Return the artifact id.
- getArtifactLocalMetdataPath() - Method in class org.apache.karaf.util.maven.Parser
-
Return the complete path to artifact local metadata file.
- getArtifactMetdataPath() - Method in class org.apache.karaf.util.maven.Parser
-
Return the complete path to artifact metadata file.
- getArtifactPath() - Method in class org.apache.karaf.util.maven.Parser
-
Return the complete path to artifact as stated by Maven 2 repository layout.
- getArtifactPath(String) - Method in class org.apache.karaf.util.maven.Parser
-
Return the complete path to artifact as stated by Maven 2 repository layout.
- getBoolean(String, boolean) - Method in class org.apache.karaf.util.tracker.BaseActivator
-
Called in
BaseActivator.doStart(). - getBufferSize() - Method in class org.apache.karaf.util.process.StreamPumper
-
Get the size in bytes of the read buffer.
- getClassesArray(String, String) - Method in class org.apache.karaf.util.tracker.BaseActivator
- getClassifier() - Method in class org.apache.karaf.util.maven.Parser
-
Return the artifact classifier.
- getConfiguration() - Method in class org.apache.karaf.util.tracker.BaseActivator
- 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.
- getFactoryPid() - Method in class org.apache.karaf.util.config.ConfigurationPID
- getGroup() - Method in class org.apache.karaf.util.maven.Parser
-
Return 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
- getInt(String, int) - Method in class org.apache.karaf.util.tracker.BaseActivator
-
Called in
BaseActivator.doStart(). - getInterfaceNames(Object) - Method in class org.apache.karaf.util.tracker.BaseActivator
- getJavaCommandPath() - Static method in class org.apache.karaf.jpm.impl.ScriptUtils
- getLong(String, long) - Method in class org.apache.karaf.util.tracker.BaseActivator
-
Called in
BaseActivator.doStart(). - getName() - Method in class org.apache.karaf.util.config.ConfigurationPID
- getNamespaceContext() - Method in class org.apache.karaf.util.xml.IndentingXMLEventWriter
- getOut() - Method in class org.apache.karaf.util.process.StreamPumper
- getOutputPump() - Method in class org.apache.karaf.util.process.PumpStreamHandler
- getPid() - Method in class org.apache.karaf.jpm.impl.ProcessImpl
- getPid() - Method in interface org.apache.karaf.jpm.Process
-
Retrieves the PID of the process
- getPid() - Method in class org.apache.karaf.util.config.ConfigurationPID
- getPrefix(String) - Method in class org.apache.karaf.util.xml.IndentingXMLEventWriter
- getRepositoryURL() - Method in class org.apache.karaf.util.maven.Parser
-
Return the repository URL if present, null otherwise.
- getSchedulerStopTimeout() - Method in class org.apache.karaf.util.tracker.BaseActivator
- getService() - Method in class org.apache.karaf.util.tracker.SingleServiceTracker
- getServiceReference() - Method in class org.apache.karaf.util.tracker.SingleServiceTracker
- getSnapshotPath(String, String, String) - Method in class org.apache.karaf.util.maven.Parser
-
Return the complete path to artifact for a snapshot file.
- getSnapshotVersion(String, String, String) - Method in class org.apache.karaf.util.maven.Parser
-
Return the version for an artifact for a snapshot version.
- getString(String, String) - Method in class org.apache.karaf.util.tracker.BaseActivator
-
Called in
BaseActivator.doStart(). - getStringArray(String, String) - Method in class org.apache.karaf.util.tracker.BaseActivator
- getTrackedService(Class<T>) - Method in class org.apache.karaf.util.tracker.BaseActivator
-
Called in
BaseActivator.doStart(). - getTrackedServiceRef(Class<T>) - Method in class org.apache.karaf.util.tracker.BaseActivator
- getType() - Method in class org.apache.karaf.util.maven.Parser
-
Return the artifact type.
- getVersion() - Method in class org.apache.karaf.util.maven.Parser
-
Return the artifact version.
- getVersionLocalMetadataPath(String) - Method in class org.apache.karaf.util.maven.Parser
-
Return the path to local metadata file corresponding to this artifact version.
- getVersionMetadataPath(String) - Method in class org.apache.karaf.util.maven.Parser
-
Return the path to metadata 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
Stringfor the given character.
I
- implies(Permission) - Method in class org.apache.karaf.util.jaas.JaasHelper.DelegatingProtectionDomain
- IndentingXMLEventWriter - Class in org.apache.karaf.util.xml
- IndentingXMLEventWriter(XMLEventWriter, String) - Constructor for class org.apache.karaf.util.xml.IndentingXMLEventWriter
- 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
- isFactory() - Method in class org.apache.karaf.util.config.ConfigurationPID
- isFinished() - Method in class org.apache.karaf.util.process.StreamPumper
-
Tell whether the end of the stream has been reached.
- isR7() - Method in class org.apache.karaf.util.config.ConfigurationPID
- isRunning() - Method in class org.apache.karaf.jpm.impl.ProcessImpl
- isRunning() - Method in interface org.apache.karaf.jpm.Process
-
Check if this process is still running
- isWindows() - Static method in class org.apache.karaf.jpm.impl.ScriptUtils
- iterator() - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
J
- JaasHelper - Class in org.apache.karaf.util.jaas
- JaasHelper() - Constructor for class org.apache.karaf.util.jaas.JaasHelper
- JaasHelper.DelegatingProtectionDomain - Class in org.apache.karaf.util.jaas
- JaasHelper.OsgiSubjectDomainCombiner - Class in org.apache.karaf.util.jaas
- JsonReader - Class in org.apache.karaf.util.json
- JsonWriter - Class in org.apache.karaf.util.json
K
- karafVersion() - Static method in class org.apache.karaf.util.Version
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
- loadConfigProperties(File) - Static method in class org.apache.karaf.util.config.PropertiesLoader
-
Loads the configuration properties in the configuration property file associated with the framework installation; these properties are accessible to the framework and to bundles and are intended for configuration purposes.
- loadPropertiesFile(URL, boolean) - Static method in class org.apache.karaf.util.config.PropertiesLoader
- loadPropertiesOrFail(File) - Static method in class org.apache.karaf.util.config.PropertiesLoader
- loadSystemProperties(File) - Static method in class org.apache.karaf.util.config.PropertiesLoader
-
Loads the properties in the system property file associated with the framework installation into
System.setProperty(). - logger - Variable in class org.apache.karaf.util.tracker.BaseActivator
M
- manage(String) - Method in class org.apache.karaf.util.tracker.BaseActivator
-
Called in
BaseActivator.doOpen(). - Managed - Annotation Type in org.apache.karaf.util.tracker.annotation
N
- namedThreadFactory(String) - Static method in class org.apache.karaf.util.ThreadUtils
-
Constructs threads with names
<prefix>-<pool number>-thread-<thread number>. - newBuilder() - Method in class org.apache.karaf.jpm.impl.ProcessBuilderFactoryImpl
- newBuilder() - Method in interface org.apache.karaf.jpm.ProcessBuilderFactory
- newThread(Runnable) - Method in class org.apache.karaf.util.tracker.BaseActivator
O
- open() - Method in class org.apache.karaf.util.tracker.SingleServiceTracker
- optional() - Method in annotation type org.apache.karaf.util.tracker.annotation.RequireService
- org.apache.karaf.jpm - package org.apache.karaf.jpm
- org.apache.karaf.jpm.impl - package org.apache.karaf.jpm.impl
- org.apache.karaf.util - package org.apache.karaf.util
- org.apache.karaf.util.bundles - package org.apache.karaf.util.bundles
- org.apache.karaf.util.collections - package org.apache.karaf.util.collections
- org.apache.karaf.util.config - package org.apache.karaf.util.config
- org.apache.karaf.util.filesstream - package org.apache.karaf.util.filesstream
- org.apache.karaf.util.jaas - package org.apache.karaf.util.jaas
- org.apache.karaf.util.json - package org.apache.karaf.util.json
- 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
- org.apache.karaf.util.tracker - package org.apache.karaf.util.tracker
- org.apache.karaf.util.tracker.annotation - package org.apache.karaf.util.tracker.annotation
- org.apache.karaf.util.xml - package org.apache.karaf.util.xml
- OsgiSubjectDomainCombiner(Subject) - Constructor for class org.apache.karaf.util.jaas.JaasHelper.OsgiSubjectDomainCombiner
P
- parse(File) - Static method in class org.apache.karaf.util.XmlUtils
- parse(File, ErrorHandler) - Static method in class org.apache.karaf.util.XmlUtils
- parse(InputStream) - Static method in class org.apache.karaf.util.XmlUtils
- parse(String) - Static method in class org.apache.karaf.util.XmlUtils
- parseFilename(String) - Static method in class org.apache.karaf.util.config.ConfigurationPID
- parseFilename(String, String) - Static method in class org.apache.karaf.util.config.ConfigurationPID
- parsePid(String) - Static method in class org.apache.karaf.util.config.ConfigurationPID
- 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.
- pathFromMaven(String) - Static method in class org.apache.karaf.util.maven.Parser
-
Return the artifact path from the given maven uri.
- pathFromMaven(String, String) - Static method in class org.apache.karaf.util.maven.Parser
- pathToMaven(String) - Static method in class org.apache.karaf.util.maven.Parser
- pathToMaven(String, Map) - Static method in class org.apache.karaf.util.maven.Parser
- Process - Interface in org.apache.karaf.jpm
-
Interface representing a process
- ProcessBuilder - Interface in org.apache.karaf.jpm
-
Interface used to create new processes.
- ProcessBuilderFactory - Interface in org.apache.karaf.jpm
-
Factory for process builders.
- ProcessBuilderFactoryImpl - Class in org.apache.karaf.jpm.impl
- ProcessBuilderFactoryImpl() - Constructor for class org.apache.karaf.jpm.impl.ProcessBuilderFactoryImpl
- ProcessBuilderImpl - Class in org.apache.karaf.jpm.impl
- ProcessBuilderImpl() - Constructor for class org.apache.karaf.jpm.impl.ProcessBuilderImpl
- ProcessImpl - Class in org.apache.karaf.jpm.impl
- ProcessImpl(int) - Constructor for class org.apache.karaf.jpm.impl.ProcessImpl
- PropertiesLoader - Class in org.apache.karaf.util.config
- PropertiesLoader() - Constructor for class org.apache.karaf.util.config.PropertiesLoader
- provides() - Method in annotation type org.apache.karaf.util.tracker.annotation.Services
- ProvideService - Annotation Type in org.apache.karaf.util.tracker.annotation
- 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) - Constructor for class org.apache.karaf.util.process.PumpStreamHandler
- PumpStreamHandler(InputStream, OutputStream, OutputStream, String) - Constructor for class org.apache.karaf.util.process.PumpStreamHandler
- PumpStreamHandler(OutputStream) - Constructor for class org.apache.karaf.util.process.PumpStreamHandler
- PumpStreamHandler(OutputStream, OutputStream) - Constructor for class org.apache.karaf.util.process.PumpStreamHandler
R
- read(InputStream) - Static method in class org.apache.karaf.util.json.JsonReader
- read(Reader) - Static method in class org.apache.karaf.util.json.JsonReader
- reconfigure() - Method in class org.apache.karaf.util.tracker.BaseActivator
- register(Class[], Object) - Method in class org.apache.karaf.util.tracker.BaseActivator
-
Called in
BaseActivator.doStart(). - register(Class[], Object, Dictionary<String, ?>) - Method in class org.apache.karaf.util.tracker.BaseActivator
-
Called in
BaseActivator.doStart(). - register(Class<T>, T) - Method in class org.apache.karaf.util.tracker.BaseActivator
-
Called in
BaseActivator.doStart(). - register(Class<T>, T, Dictionary<String, ?>) - Method in class org.apache.karaf.util.tracker.BaseActivator
-
Called in
BaseActivator.doStart(). - registerMBean(Object, String) - Method in class org.apache.karaf.util.tracker.BaseActivator
-
Called in
BaseActivator.doStart(). - registerMBeanWithName(Object, String) - Method in class org.apache.karaf.util.tracker.BaseActivator
-
Called in
BaseActivator.doStart(). - 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
- requires() - Method in annotation type org.apache.karaf.util.tracker.annotation.Services
- RequireService - Annotation Type in org.apache.karaf.util.tracker.annotation
- retainAll(Collection<?>) - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
- run() - Method in class org.apache.karaf.util.process.StreamPumper
-
Copy data from the input stream to the output stream.
- run() - Method in class org.apache.karaf.util.tracker.BaseActivator
- run(T) - Method in interface org.apache.karaf.util.locks.FileLockUtils.Runnable
- runAs(Subject, Runnable) - Static method in class org.apache.karaf.util.jaas.JaasHelper
S
- ScriptUtils - Class in org.apache.karaf.jpm.impl
- ScriptUtils() - Constructor for class org.apache.karaf.jpm.impl.ScriptUtils
- serviceChanged(ServiceEvent) - Method in class org.apache.karaf.util.tracker.SingleServiceTracker
- Services - Annotation Type in org.apache.karaf.util.tracker.annotation
- set(int, E) - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
- setArtifact(String) - Method in class org.apache.karaf.util.maven.Parser
-
Changes parsed artifact - to allow printing mvn: URI with changed artifactId
- 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.
- setClassifier(String) - Method in class org.apache.karaf.util.maven.Parser
-
Changes parsed classifier - to allow printing mvn: URI with changed classifier
- setDefaultNamespace(String) - Method in class org.apache.karaf.util.xml.IndentingXMLEventWriter
- setGroup(String) - Method in class org.apache.karaf.util.maven.Parser
-
Changes parsed group - to allow printing mvn: URI with changed groupId
- setIndentationString(String) - Method in class org.apache.karaf.util.xml.IndentingXMLEventWriter
- setNamespaceContext(NamespaceContext) - Method in class org.apache.karaf.util.xml.IndentingXMLEventWriter
- setNonBlocking(boolean) - Method in class org.apache.karaf.util.process.StreamPumper
-
Set whether data should be read in a non blocking way.
- setPrefix(String, String) - Method in class org.apache.karaf.util.xml.IndentingXMLEventWriter
- setSchedulerStopTimeout(long) - Method in class org.apache.karaf.util.tracker.BaseActivator
- setType(String) - Method in class org.apache.karaf.util.maven.Parser
-
Changes parsed type - to allow printing mvn: URI with changed type
- setVersion(String) - Method in class org.apache.karaf.util.maven.Parser
-
Changes parsed version - to allow printing mvn: URI with changed version
- SingleServiceTracker<T> - Class in org.apache.karaf.util.tracker
- SingleServiceTracker(BundleContext, Class<T>, String, BiConsumer<T, T>) - Constructor for class org.apache.karaf.util.tracker.SingleServiceTracker
- SingleServiceTracker(BundleContext, Class<T>, BiConsumer<T, T>) - Constructor for class org.apache.karaf.util.tracker.SingleServiceTracker
- SingleServiceTracker(BundleContext, String, String, BiConsumer<T, T>) - Constructor for class org.apache.karaf.util.tracker.SingleServiceTracker
- size() - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
- start() - Method in class org.apache.karaf.jpm.impl.ProcessBuilderImpl
- start() - Method in interface org.apache.karaf.jpm.ProcessBuilder
-
Create and start the process.
- start() - Method in class org.apache.karaf.util.process.PumpStreamHandler
-
Start pumping the streams.
- start(BundleContext) - Method in class org.apache.karaf.util.tracker.BaseActivator
- 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.
- stop(BundleContext) - Method in class org.apache.karaf.util.tracker.BaseActivator
- stream(String) - Static method in class org.apache.karaf.util.filesstream.FilesStream
-
Returns a stream of Paths for the given fileNames.
- StreamPumper - Class in org.apache.karaf.util.process
-
Copies all data from an input stream to an output stream.
- StreamPumper(InputStream, OutputStream) - Constructor for class org.apache.karaf.util.process.StreamPumper
-
Create a new stream pumper.
- StreamPumper(InputStream, OutputStream, boolean) - 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
- ThreadUtils - Class in org.apache.karaf.util
- ThreadUtils() - Constructor for class org.apache.karaf.util.ThreadUtils
- toArray() - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
- toArray(T[]) - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
- toMvnURI() - Method in class org.apache.karaf.util.maven.Parser
-
Prints parsed mvn: URI (after possible change of any component)
- toString() - Method in class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList
- trackService(Class<?>) - Method in class org.apache.karaf.util.tracker.BaseActivator
-
Called in
BaseActivator.doOpen(). - trackService(Class<?>, String) - Method in class org.apache.karaf.util.tracker.BaseActivator
-
Called in
BaseActivator.doOpen(). - trackService(String, String) - Method in class org.apache.karaf.util.tracker.BaseActivator
- 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
- transformer() - 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
Stringto aWriter. - updated(Dictionary<String, ?>) - Method in class org.apache.karaf.util.tracker.BaseActivator
V
- value() - Method in annotation type org.apache.karaf.util.tracker.annotation.Managed
- value() - Method in annotation type org.apache.karaf.util.tracker.annotation.ProvideService
- value() - Method in annotation type org.apache.karaf.util.tracker.annotation.RequireService
- Version - Class in org.apache.karaf.util
- Version() - Constructor for class org.apache.karaf.util.Version
- 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.jpm.impl.ProcessImpl
- waitFor() - Method in class org.apache.karaf.util.process.StreamPumper
-
This method blocks until the stream pumper finishes.
- write(OutputStream, Object) - Static method in class org.apache.karaf.util.json.JsonWriter
- write(OutputStream, Object, boolean) - Static method in class org.apache.karaf.util.json.JsonWriter
- write(Writer, Object) - Static method in class org.apache.karaf.util.json.JsonWriter
- write(Writer, Object, boolean) - Static method in class org.apache.karaf.util.json.JsonWriter
X
- xmlReader() - Static method in class org.apache.karaf.util.XmlUtils
- 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
All Classes All Packages