-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.api
61 lines (54 loc) · 1.97 KB
/
README.api
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Public API
==========
The public supported API of thermostat consists of the following packages:
- com.redhat.thermostat.agent
- com.redhat.thermostat.agent.command
- com.redhat.thermostat.agent.config
- com.redhat.thermostat.agent.utils
- com.redhat.thermostat.agent.utils.management
- com.redhat.thermostat.annotations
- com.redhat.thermostat.backend
- com.redhat.thermostat.client.cli
- com.redhat.thermostat.client.command
- com.redhat.thermostat.client.core
- com.redhat.thermostat.client.core.controllers
- com.redhat.thermostat.client.core.progress
- com.redhat.thermostat.client.core.views
- com.redhat.thermostat.client.swing
- com.redhat.thermostat.client.swing.components
- com.redhat.thermostat.client.swing.components.models
- com.redhat.thermostat.client.ui
- com.redhat.thermostat.common
- com.redhat.thermostat.common.cli
- com.redhat.thermostat.common.command
- com.redhat.thermostat.common.config
- com.redhat.thermostat.common.model
- com.redhat.thermostat.common.portability
- com.redhat.thermostat.common.ssl
- com.redhat.thermostat.common.tools
- com.redhat.thermostat.common.utils
- com.redhat.thermostat.launcher
- com.redhat.thermostat.plugin.validator
- com.redhat.thermostat.service.process
- com.redhat.thermostat.shared.config
- com.redhat.thermostat.shared.locale
- com.redhat.thermostat.storage.config
- com.redhat.thermostat.storage.core
- com.redhat.thermostat.storage.core.auth
- com.redhat.thermostat.storage.dao
- com.redhat.thermostat.storage.model
- com.redhat.thermostat.storage.monitor
- com.redhat.thermostat.storage.query
- com.redhat.thermostat.storage.testutils
- com.redhat.thermostat.utils.keyring
Internal API
------------
A number of packages are public (either OSGi or not) but should be considered
internal.
- c.r.t.main
- c.r.t.shared.perflog
- c.r.t.*.experimental (and subpackages)
- c.r.t.*.internal (and subpackages)
- c.r.t.storage.mongodb (and subpackages)
- c.r.t.web (and subpackages)
- c.r.t.*.noapi