blob: 20d77ae4e08ac26955c89c40d2a6a355802e1c6f [file] [log] [blame]
ramvermaaf74a622018-07-31 18:25:39 +01001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 ============LICENSE_START=======================================================
4 Copyright (C) 2016-2018 Ericsson. All rights reserved.
5 ================================================================================
6 This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE
7 Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
8
9 SPDX-License-Identifier: CC-BY-4.0
10 ============LICENSE_END=========================================================
11
12 @author Sven van der Meer (sven.van.der.meer@ericsson.com)
13
14-->
15
16<project name="APEX">
17 <body>
18 <menu name="APEX - Adaptive Policy Execution">
19 <item href="index.html" name="Welcome" />
20
21 <item href="apex-intro/intro-introduction.html" name="Short APEX Introduction" collapse="true">
22 <item href="apex-intro/intro-configuration-matrix.html" name="Configurations" />
23 <item href="apex-intro/intro-policy-matrix.html" name="Policy Matrix" />
24 <item href="apex-intro/intro-upee-deployment.html" name="Flexible Deployment" />
25 <item href="apex-intro/intro-upee-clustering.html" name="Flexible Clustering" />
26 <item href="apex-intro/intro-resources.html" name="Resources" />
27 </item>
28
29 <item href="apex-publications.html" name="APEX Publications" collapse="false" />
30
31 <item href="user-manual.html" name="User Manual" collapse="true">
32 <item href="user-manual/install/um-install.html" name="Installation Guide" collapse="true">
33 <item href="user-manual/install/um-install-get-source.html" name="Get Source" />
34 <item href="user-manual/install/um-install-build-apex.html" name="Build APEX" />
35 <item href="user-manual/install/um-install-install.html" name="Install APEX" />
36 <item href="user-manual/install/um-install-layout.html" name="Final Layout" />
37 <item href="user-manual/install/um-install-configure.html" name="System Configuration" />
38 <item href="user-manual/install/um-install-verify.html" name="Verify Installation" />
39 <item href="user-manual/install/um-install-monitoring.html" name="Install Monitoring" />
40 <item href="user-manual/install/um-install-resteditor.html" name="Install REST Editor" />
41 <item href="user-manual/install/um-install-docker.html" name="APEX in Docker" />
42 </item>
43
44 <item href="user-manual/configuration/um-00-introduction.html" name="Configure APEX"
45 collapse="true">
46 <item href="user-manual/configuration/um-01-config-general-format.html"
47 name="Configuration File Format" />
48 <item href="user-manual/configuration/um-02-config-service-parameters.html"
49 name="Engine Service Params" />
50 <item href="user-manual/configuration/um-03-config-interfaces-general.html"
51 name="IO Interfaces, general" />
52 <item href="user-manual/configuration/um-04-executors.html" name="Executors" />
53 <item href="user-manual/configuration/um-05-context.html" name="Context Handlers" />
54 <item href="user-manual/configuration/um-06-carriertech.html" name="Carrier Technologies" />
55 <item href="user-manual/configuration/um-07-eventprotols.html" name="Event Protocols" />
56 <item href="user-manual/configuration/um-99-config-example.html" name="Example Configuration" />
57 </item>
58
59 <item href="user-manual/engine-apps/um-engapps.html" name="Running Engine and Apps" collapse="true">
60 <item href="user-manual/engine-apps/um-engapps-engine.html" name="Running APEX Engine" />
61 <item href="user-manual/engine-apps/um-engapps-cli-editor.html" name="Run CLI Editor" />
62 <item href="user-manual/engine-apps/um-engapps-rest-editor.html" name="Run REST Editor" />
63 <item href="user-manual/engine-apps/um-engapps-eng-monitoring.html" name="Run Engine Monitor" />
64 <item href="user-manual/engine-apps/um-engapps-eng-deployment.html" name="Run Engine Deployer" />
65 <item href="user-manual/engine-apps/um-engapps-full-client.html" name="Run Full Client" />
66 <item href="user-manual/engine-apps/um-engapps-application-launcher.html"
67 name="The Application Launcher" />
68 <item href="user-manual/engine-apps/um-engapps-app-tpl-event-json.html"
69 name="Create Event Templates" />
70 <item href="user-manual/engine-apps/um-engapps-app-model-2-cli.html"
71 name="Model to CLI Commands" />
72 <item href="user-manual/engine-apps/um-engapps-app-ws.html" name="Websocket Applications" />
73 </item>
74
75 <item href="user-manual/my-first-policy/um-mfp-01-introduction.html" name="My First Policy"
76 collapse="true">
77 <item href="user-manual/my-first-policy/um-mfp-02-data-models.html" name="Data Models" />
78 <item href="user-manual/my-first-policy/um-mfp-03-policy-step1.html" name="Policy Step 1">
79 <item href="user-manual/my-first-policy/um-mfp-031-s1-new-model.html"
80 name="New Policy Model" />
81 <item href="user-manual/my-first-policy/um-mfp-032-s1-new-events.html" name="Events" />
82 <item href="user-manual/my-first-policy/um-mfp-033-s1-new-policy.html" name="New Policy" />
83 <item href="user-manual/my-first-policy/um-mfp-034-s1-test-policy.html"
84 name="Test the Policy" />
85 <item href="user-manual/my-first-policy/um-mfp-035-s1-clieditor.html"
86 name="CLI Editor File" />
87 </item>
88 <item href="user-manual/my-first-policy/um-mfp-04-policy-step2.html" name="Policy Step 2">
89 <item href="user-manual/my-first-policy/um-mfp-041-s2-extend-model.html"
90 name="Extend Policy Model" />
91 <item href="user-manual/my-first-policy/um-mfp-042-s2-test-policy.html"
92 name="Test the Policy" />
93 <item href="user-manual/my-first-policy/um-mfp-043-s2-clieditor.html"
94 name="CLI Editor File" />
95 </item>
96 </item>
97
98 <item href="user-manual/logging/um-logging.html" name="Logging Configuration" collapse="true">
99 <item href="user-manual/logging/um-logging-standard-configuration.html"
100 name="Standard Configuration" />
101 <item href="user-manual/logging/um-logging-logback-status.html" name="Logback Status" />
102 <item href="user-manual/logging/um-logging-logging-3pps.html" name="Logging 3PPs" />
103 <item href="user-manual/logging/um-logging-logging-policy-logic.html"
104 name="Logging Policy Logic" />
105 <item href="user-manual/logging/um-logging-rolling-file-appenders.html"
106 name="Rolling File Appenders" />
107 <item href="user-manual/logging/um-logging-example-logic.html" name="Example: Logic" />
108 <item href="user-manual/logging/um-logging-example-server.html" name="Example: Server" />
109 </item>
110
111 <item href="user-manual/websockets/um-websocket-introduction.html" name="APEX and Websockets"
112 collapse="true">
113 <item href="user-manual/websockets/um-websocket-engine-config.html"
114 name="Configure APEX Engine" />
115 <item href="user-manual/websockets/um-websocket-demo-00.html"
116 name="Demo with VPN Policy Model ">
117 <item href="user-manual/websockets/um-websocket-demo-01-vpn-wsconfig.html"
118 name="VPN Engine Configuration" />
119 <item href="user-manual/websockets/um-websocket-demo-02-start-engine.html"
120 name="Start APEX Engine" />
121 <item href="user-manual/websockets/um-websocket-demo-03-start-echo-client.html"
122 name="Run Echo Client" />
123 <item href="user-manual/websockets/um-websocket-demo-04-start-console-client.html"
124 name="Run Console Client" />
125 <item href="user-manual/websockets/um-websocket-demo-05-send-events.html"
126 name="Send Events" />
127 </item>
128 </item>
129 </item>
130
131 <item href="policy-guide.html" name="Policy Guide" collapse="true">
132
133 <item href="policy-guide/pg-policy-matrix.html" name="Policy Matrix" />
134
135 <item href="policy-guide/policy-model/apm-introduction.html" name="APEX Policy Model"
136 collapse="true">
137 <item href="policy-guide/policy-model/apm-concepts-keys.html" name="Concepts and Keys" />
138 <item href="policy-guide/policy-model/apm-concept-policymodel.html" name="Concept: PolicyModel" />
139 <item href="policy-guide/policy-model/apm-concept-datatype.html" name="Concept: DataType" />
140 <item href="policy-guide/policy-model/apm-concept-event.html" name="Concept: Event" />
141 <item href="policy-guide/policy-model/apm-concept-eventfield.html" name="Concept: EventField" />
142 <item href="policy-guide/policy-model/apm-concept-contextmap.html" name="Concept: ContextMap" />
143 <item href="policy-guide/policy-model/apm-concept-contextitem.html" name="Concept: ContextItem" />
144 <item href="policy-guide/policy-model/apm-concept-contextitemtemplate.html"
145 name="Concept: ContextItemTemplate" />
146 <item href="policy-guide/policy-model/apm-concept-task.html" name="Concept: Task" />
147 <item href="policy-guide/policy-model/apm-concept-taskparameter.html"
148 name="Concept: TaskParameter" />
149 <item href="policy-guide/policy-model/apm-concept-logic.html" name="Concept: Logic" />
150 <item href="policy-guide/policy-model/apm-concept-policy.html" name="Concept: Policy" />
151 <item href="policy-guide/policy-model/apm-concept-state.html" name="Concept: State" />
152 </item>
153
154 <item href="policy-guide/pg-task-logic.html" name="Writing Task Logic" />
155 <item href="policy-guide/pg-task-selection-logic.html" name="Writing Task Selection Logic" />
156 <item href="policy-guide/pg-logic-cheatsheet.html" name="Logic Cheatsheet" />
157 <item href="policy-guide/pg-policy-examples.html" name="Policy Examples" />
158 </item>
159
160 <item href="developer-guide.html" name="Developer Guide" collapse="true">
161 <item href="developer-guide/build/dg-build.html" name="Build APEX" collapse="true">
162 <item href="developer-guide/build/dg-build-standard.html" name="Standard Build" />
163 <item href="developer-guide/build/dg-build-checkstyle.html" name="Checkstyle" />
164 <item href="developer-guide/build/dg-build-with-tests.html" name="Build with Tests" />
165 <item href="developer-guide/build/dg-build-with-all-tests.html" name="Build with all Tests" />
166 <item href="developer-guide/build/dg-build-with-all-components.html"
167 name="Build all Components" />
168 <item href="developer-guide/build/dg-build-documentation.html" name="Build documentation" />
169 <item href="developer-guide/build/dg-build-site.html" name="Build site" />
170 </item>
171
172 <item href="developer-guide/codestyle/dg-codestyle.html" name="Codestyle" collapse="true">
173 <item href="developer-guide/codestyle/dg-codestyle-02-rules.html" name="Java Coding Rules" />
174 <item href="developer-guide/codestyle/dg-codestyle-10-plugin-jautodoc.html"
175 name="Plugin: JAutoDoc" />
176 <item href="developer-guide/codestyle/dg-codestyle-11-plugin-checkstyle.html"
177 name="Plugin: Checkstyle" />
178 <item href="developer-guide/codestyle/dg-codestyle-20-configure-eclipse-templates.html"
179 name="Configure Eclipse Templates" />
180 <item href="developer-guide/codestyle/dg-codestyle-21-configure-jautodoc-templates.html"
181 name="Configure JAutoDoc Templates" />
182 <item href="developer-guide/codestyle/dg-codestyle-30-configure-checkstyle-maven.html"
183 name="Configure Checkstyle Maven" />
184 <item href="developer-guide/codestyle/dg-codestyle-31-run-checkstyle-maven.html"
185 name="Run Checkstyle Maven" />
186 <item href="developer-guide/codestyle/dg-codestyle-32-configure-checkstyle-eclipse.html"
187 name="Configure Checkstyle Eclipse" />
188 <item href="developer-guide/codestyle/dg-codestyle-33-configure-checkstyle-blueprint.html"
189 name="Configure Checkstyle Blueprint" />
190 <item href="developer-guide/codestyle/dg-codestyle-40-use-eclipse-source-operations.html"
191 name="Eclipse Source Operations" />
192 <item href="developer-guide/codestyle/dg-codestyle-41-using-jautodoc.html"
193 name="Using JAutoDoc" />
194 <item href="developer-guide/codestyle/dg-codestyle-42-using-checkstyle.html"
195 name="Using Checkstyle" />
196 <item href="developer-guide/codestyle/dg-codestyle-50-disable-eclispe-formatting.html"
197 name="Disable in Eclipse" />
198 <item href="developer-guide/codestyle/dg-codestyle-51-supress-checkstyle.html"
199 name="Supress Checkstyle" />
200 </item>
201
202 <item href="developer-guide/dg-code-examples.html" name="Code Examples" />
203 <item href="javadocs/index.html" name="Complete API Doc" />
204 </item>
205
206 </menu>
207 <menu ref="reports" inherit="top" />
208 <menu ref="modules" />
209
210 <breadcrumbs>
211 <item name="APEX" href="index.html" />
212 </breadcrumbs>
213 </body>
214
215 <publishDate position="right" />
216 <version position="right" />
217 <poweredBy>
218 <logo name="ONAP" href="http://www.onap.org/" img="images/logos.png" />
219 </poweredBy>
220
221 <skin>
222 <groupId>org.apache.maven.skins</groupId>
223 <artifactId>maven-fluido-skin</artifactId>
224 <version>1.5</version>
225 </skin>
226</project>