blob: 069c3ebe159a8b1f7748f3870eee528366e1c874 [file] [log] [blame]
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
@startuml
skinparam groupInheritance 2
component ShellTUI as "Celix::shell_tui\n(textual user interface)\n<<bundle>>"
component ShellWUI as "Celix::shell_tui\n(web user interface)\n<<bundle>>"
component ShellRemote as "Celix::remote_shell\n(telnet user interface)\n<<bundle>>"
component ShellBonjour as "Celix::bonjour_shell\n(bonjour chat user interface)\n<<bundle>>"
component ShellCommandA as "Shell Command A"
component ShellCommandB as "Shell Command B"
component ShellCommandC as "Shell Command C"
component CelixShell as "Celix::shell\n<<bundle>>"
() Shell as "celix_shell_t"
() ShellCommandService as "celix_shell_command_t"
ShellTUI .down.> Shell: <<uses>>
ShellWUI .down.> Shell: <<uses>>
ShellRemote .down.> Shell: <<uses>>
ShellBonjour .down.> Shell: <<uses>>
CelixShell -up- Shell
CelixShell --( ShellCommandService
ShellCommandA -up- ShellCommandService
ShellCommandB -up- ShellCommandService
ShellCommandC -up- ShellCommandService
@enduml