Class ApplicationImpl
java.lang.Object
org.codice.ddf.admin.application.service.impl.ApplicationImpl
- All Implemented Interfaces:
Application
Implementation of the application interface. This class exposes a karaf-based repository
(identified inside of a feature) as a DDF application.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.karaf.features.BundleInfobundleToBundleInfo(org.osgi.framework.Bundle bundle) Set<org.apache.karaf.features.BundleInfo>Gets all of the bundles that this application contains.Short description of the application.getName()Name describing the application.voidloadBundles(Map<String, org.osgi.framework.Bundle> bundlesByLocation)
-
Constructor Details
-
ApplicationImpl
public ApplicationImpl()
-
-
Method Details
-
bundleToBundleInfo
public org.apache.karaf.features.BundleInfo bundleToBundleInfo(org.osgi.framework.Bundle bundle) -
getName
Description copied from interface:ApplicationName describing the application.- Specified by:
getNamein interfaceApplication- Returns:
- name
-
getDescription
Description copied from interface:ApplicationShort description of the application.- Specified by:
getDescriptionin interfaceApplication- Returns:
- description
-
getBundles
Description copied from interface:ApplicationGets all of the bundles that this application contains.- Specified by:
getBundlesin interfaceApplication- Returns:
- Set of the bundles located within the application.
-
loadBundles
-