- 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
-
- getMvnPath(URL) - Static method in class org.apache.karaf.util.MvnUtils
-
Compute the path of url, expanding it if the url uses the mvn protocol.
- 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.
- getValue(String) - Method in interface org.apache.karaf.util.InterpolationHelper.SubstitutionCallback
-
- 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.
- 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.