blob: 13fed77d4ecb9f251631236e2214f426bbcf4590 [file] [log] [blame]
\u001B[1mSYNOPSIS\u001B[0m
${project.name}
${project.description}
Maven URL:
\u001B[33mmvn:${project.groupId}/${project.artifactId}/${project.version}\u001B[0m
\u001B[1mDESCRIPTION\u001B[0m
This bundle provides MBean to manipulate Karaf features via JMX.
In particular it provides the FeaturesServiceMBean supporting the following operations:
\u001B[36mgetFeatures()\u001B[0m Gets the list of features with the current status (installed or uninstalled).
\u001B[36mgetRepositories()\u001B[0m Gets the list of features repositories.
\u001B[36maddRepository(url)\u001B[0m Adds a new repository URL in the repositories set.
\u001B[36mremoveRepository(url)\u001B[0m Removes a repository URL from the repositories set.
\u001B[36minstallFeature(name)\u001B[0m Installs a feature identified by name.
\u001B[36minstallFeature(name, version)\u001B[0m Installs a feature identified by name and version.
\u001B[36muninstallFeature(name)\u001B[0m Uninstalls a feature identified by name.
\u001B[36muninstallFeature(name, version)\u001B[0m Uninstalls a feature identified by name and version.
\u001B[1mSEE ALSO\u001B[0m
\u001B[36mProvisioning\u001B[0m and \u001B[Remote Management via JMX\u001B[0m sections of the Karaf User Guide.