Package | Description |
---|---|
org.osgi.service.subsystem |
Subsystem Service Package Version 1.1.
|
Modifier and Type | Method and Description |
---|---|
Subsystem |
Subsystem.install(String location)
Installs a subsystem from the specified location identifier.
|
Subsystem |
Subsystem.install(String location,
InputStream content)
Installs a subsystem from the specified content.
|
Subsystem |
Subsystem.install(String location,
InputStream content,
InputStream deploymentManifest)
Installs a subsystem from the specified content according to the
specified deployment manifest.
|
Modifier and Type | Method and Description |
---|---|
Collection<Subsystem> |
Subsystem.getChildren()
Returns the child subsystems of this subsystem.
|
Collection<Subsystem> |
Subsystem.getParents()
Returns the parent subsystems of this subsystem.
|
Constructor and Description |
---|
SubsystemPermission(Subsystem subsystem,
String actions)
Creates a new requested
SubsystemPermission object to be used by
the code that must perform checkPermission . |
Copyright © OSGi Alliance (2000, 2015). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0