Apache Celix
2.4.0
Apache Celix is a framework for C, C++14 and C++17 to develop dynamic modular software applications using component and in-process service-oriented programming.
libs
framework
include
celix_api.h
Go to the documentation of this file.
1
/*
2
* Licensed to the Apache Software Foundation (ASF) under one
3
* or more contributor license agreements. See the NOTICE file
4
* distributed with this work for additional information
5
* regarding copyright ownership. The ASF licenses this file
6
* to you under the Apache License, Version 2.0 (the
7
* "License"); you may not use this file except in compliance
8
* with the License. You may obtain a copy of the License at
9
*
10
* http://www.apache.org/licenses/LICENSE-2.0
11
*
12
* Unless required by applicable law or agreed to in writing,
13
* software distributed under the License is distributed on an
14
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15
* KIND, either express or implied. See the License for the
16
* specific language governing permissions and limitations
17
* under the License.
18
*/
19
20
#ifndef CELIX_CELIX_API_H_
21
#define CELIX_CELIX_API_H_
22
23
#include "properties.h"
24
#include "array_list.h"
25
26
#include "bundle.h"
27
#include "bundle_context.h"
28
#include "framework.h"
29
30
#include "celix_properties.h"
31
#include "celix_array_list.h"
32
#include "celix_constants.h"
33
#include "celix_utils_api.h"
34
#include "
celix_bundle.h
"
35
#include "
celix_bundle_context.h
"
36
37
#include "
celix_framework.h
"
38
#include "celix_framework_factory.h"
39
#include "celix_launcher.h"
40
#include "celix_framework_utils.h"
41
42
#include "celix_dependency_manager.h"
43
#include "
celix_dm_component.h
"
44
#include "dm_service_dependency.h"
45
46
#include "
celix_bundle_activator.h
"
47
#include "celix_framework_factory.h"
48
49
#ifdef __cplusplus
50
#include "
celix/BundleActivator.h
"
51
#include "
celix/BundleContext.h
"
52
#endif
53
54
#endif //CELIX_CELIX_API_H_
BundleActivator.h
celix_framework.h
The Celix Framework API.
BundleContext.h
celix_dm_component.h
celix_bundle_activator.h
celix_bundle.h
celix_bundle_context.h
Generated by
1.8.17