Interface Application

All Known Implementing Classes:
ApplicationImpl

@Deprecated public interface Application
Deprecated.
going away in a future release. This class defines an application within DDF. An application is a collection of bundles.
  • Method Summary

    Modifier and Type
    Method
    Description
    Set<org.apache.karaf.features.BundleInfo>
    Deprecated.
    Deprecated.
    Deprecated.
  • Method Details

    • getName

      @Deprecated String getName()
      Deprecated.
      Name describing the application.
      Returns:
      name
    • getDescription

      @Deprecated String getDescription()
      Deprecated.
      Short description of the application.
      Returns:
      description
    • getBundles

      @Deprecated Set<org.apache.karaf.features.BundleInfo> getBundles()
      Deprecated.
      Gets all of the bundles that this application contains.
      Returns:
      Set of the bundles located within the application.
      Throws:
      ApplicationServiceException