
.foundation.configuration-lib.1.0.4-2.source-code.configSchema.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of configuration-lib Show documentation
Show all versions of configuration-lib Show documentation
This project is the implementation library for configuration in the cisco vss foundation runtime
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- ~ Copyright 2015 Cisco Systems, Inc. ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, software ~ distributed under the License is distributed on an "AS IS" BASIS, ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for the specific language governing permissions and ~ limitations under the License. --> <NamespaceDefinitions xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/foundation-runtime/configuration/master/ccp_schema/CCP_XML.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <NamespaceDefinition> <NamespaceIdentifier version="TBD" name="TBD" /> <Parameter name="configuration.dynamicConfigReload.enabled" type="BOOLEAN" hidden="true" description="set to true if you want to have dynamic support enabled in your process" instantiationLevel="GLOBAL" advanced="true"> <DefaultValue> <PrimitiveValue value="true" /> </DefaultValue> </Parameter> <Parameter name="configuration.dynamicConfigReload.refreshDelay" type="INTEGER" description="define the period of time to check for new config changes." instantiationLevel="GLOBAL" unit="MILLISECONDS" advanced="true"> <DefaultValue> <PrimitiveValue value="10000" /> </DefaultValue> </Parameter> <Parameter name="configuration.rejectInvalidConfiguration" type="BOOLEAN" description="when set to true will throw an exception if a validation violation was found" instantiationLevel="GLOBAL" advanced="true"> <DefaultValue> <PrimitiveValue value="false"/> </DefaultValue> </Parameter> <!-- <Parameter name="dynamicConfigReload.autoUpdateEnabled" type="BOOLEAN" hidden="true" description="Set to true for enabling automatic reload using a daemon thread. This enables configuration to be re-loaded even if the component is not equesting a n value from the config at the time." instantiationLevel="GLOBAL"> <DefaultValue> <PrimitiveValue value="false"/> </DefaultValue> </Parameter> --> </NamespaceDefinition> </NamespaceDefinitions>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy