Class OsgiBundleModel.Resolved

    • Field Detail

      • bundle

        protected final org.osgi.framework.Bundle bundle
      • symbolicName

        protected final String symbolicName
      • version

        protected final org.osgi.framework.Version version
      • active

        protected final boolean active
    • Constructor Detail

      • Resolved

        public Resolved​(@NotNull
                        @NotNull org.osgi.framework.Bundle bundle,
                        @NotNull
                        @NotNull String symbolicName,
                        @Nullable
                        @Nullable org.osgi.framework.Version version)