| Package | Description |
|---|---|
| org.apache.aries.subsystem |
| Modifier and Type | Method and Description |
|---|---|
AriesSubsystem |
AriesSubsystem.install(java.lang.String location) |
AriesSubsystem |
AriesSubsystem.install(java.lang.String location,
org.apache.aries.util.filesystem.IDirectory content)
Installs a subsystem from the specified location identifier and content.
|
AriesSubsystem |
AriesSubsystem.install(java.lang.String location,
org.apache.aries.util.filesystem.IDirectory content,
java.io.InputStream deploymentManifest)
Installs a subsystem from the specified location identifier and content
but uses the provided deployment manifest, if any, rather than the
computed one or the one provided as part of the content.
|
AriesSubsystem |
AriesSubsystem.install(java.lang.String location,
java.io.InputStream content) |
AriesSubsystem |
AriesSubsystem.install(java.lang.String location,
java.io.InputStream content,
java.io.InputStream deploymentManifest) |
Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.