Class OsgiBundleModel.PackageReference

    • Constructor Detail

      • PackageReference

        public PackageReference​(@NotNull
                                @NotNull String name)
    • Method Detail

      • getName

        @NotNull
        public @NotNull String getName()
      • getOption

        @Nullable
        public @Nullable String getOption​(@NotNull
                                          @NotNull String key)
      • getOptionValues

        @Nullable
        public @Nullable List<String> getOptionValues​(@NotNull
                                                      @NotNull String key)
      • addOption

        protected void addOption​(@NotNull
                                 @NotNull String key,
                                 @NotNull
                                 @NotNull String value)
      • getVersion

        @Nullable
        public @Nullable String getVersion()
      • getResolution

        @Nullable
        public @Nullable String getResolution()