Uses of Interface
org.osgi.service.subsystem.Subsystem
Packages that use Subsystem
-
Uses of Subsystem in org.osgi.service.subsystem
Fields in org.osgi.service.subsystem declared as SubsystemModifier and TypeFieldDescription(package private) final SubsystemSubsystemPermission.subsystemThe subsystem governed by this SubsystemPermission - only used if filter == nullFields in org.osgi.service.subsystem with type parameters of type SubsystemModifier and TypeFieldDescriptionprivate static final ThreadLocal<Subsystem> SubsystemPermission.recurseThreadLocal used to determine if we have recursively called getProperties.Methods in org.osgi.service.subsystem that return SubsystemModifier and TypeMethodDescriptionInstalls a subsystem from the specified location identifier.Subsystem.install(String location, InputStream content) Installs a subsystem from the specified content.Subsystem.install(String location, InputStream content, InputStream deploymentManifest) Installs a subsystem from the specified content according to the specified deployment manifest.Methods in org.osgi.service.subsystem that return types with arguments of type SubsystemModifier and TypeMethodDescriptionSubsystem.getChildren()Returns the child subsystems of this subsystem.Subsystem.getParents()Returns the parent subsystems of this subsystem.Methods in org.osgi.service.subsystem with parameters of type SubsystemModifier and TypeMethodDescriptionprivate static StringSubsystemPermission.createName(Subsystem subsystem) Create a permission name from a SubsystemConstructors in org.osgi.service.subsystem with parameters of type SubsystemModifierConstructorDescriptionSubsystemPermission(Subsystem subsystem, String actions) Creates a new requestedSubsystemPermissionobject to be used by the code that must performcheckPermission.