All Downloads are FREE. Search and download functionalities are using the official Maven repository.

OSGI-INF.bundle.info Maven / Gradle / Ivy

There is a newer version: 4.4.6
Show newest version
h1. Synopsis

${project.name}

${project.description}

Maven URL:
[mvn:${project.groupId}/${project.artifactId}/${project.version}]

h1. Description

This bundle provides Karaf shell commands to manipulate the ConfigAdmin OSGi service.

The following commands are available:
* config:cancel - Cancels the changes to the configuration being edited.
* config:edit - Creates or edits a configuration.
* config:list - Lists existing configurations.
* config:propappend - Appends the given value to an existing property or creates
 the property with the specified name and value.
* config:propdel - Deletes a property from the edited configuration.
* config:proplist - Lists properties from the currently edited configuration.
* config:propset - Sets a property in the currently edited configuration.
* config:update - Saves and propagates changes from the configuration being edited.

h1. See also

Commands - section of the Karaf User Guide.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy