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