Interface ApplicationService
- All Known Implementing Classes:
ApplicationServiceImpl
Deprecated.
going away in a future release. Service that keeps track and obtains status for
applications running in the system.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getApplication(String applicationName) Deprecated.Deprecated.List<org.apache.karaf.features.Feature>Deprecated.
-
Method Details
-
getApplications
Deprecated.Retrieve a set of applications are currently installed in the system.- Returns:
- Set of applications.
-
getApplication
Deprecated.Returns the application that has the given name- Parameters:
applicationName- Name of the application to retrieve. Is case-insensitive.- Returns:
- The application that matches the name or null if no application matched.
-
getInstallationProfiles
Deprecated.Gets the application Profile features on the system.- Returns:
- the installation profiles.
-
getAllFeatures
Deprecated.Returns List of FeatureDtos with repository and status information- Returns:
-