view README.api @ 1369:d532e4b839c3

Rename c.r.t.utils.username to c.r.t.agent.utils.username Reviewed-by: vanaltj Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-November/008945.html
author Omair Majid <omajid@redhat.com>
date Mon, 25 Nov 2013 19:03:54 -0500
parents b1f82879e6a9
children
line wrap: on
line source

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.hostname
 - com.redhat.thermostat.agent.utils.management
 - com.redhat.thermostat.agent.utils.username
 - 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.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.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.*.experimental (and subpackages)
 - c.r.t.storage.mongodb (and subpackages)
 - c.r.t.web (and subpackages)
 - c.r.t.client.filter.vm.core