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

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

The newest version!
\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.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy