Package com.composum.sling.nodes.tools
Class OsgiBundleModel.PackageReference
- java.lang.Object
-
- com.composum.sling.nodes.tools.OsgiBundleModel.PackageReference
-
- Enclosing class:
- OsgiBundleModel
public class OsgiBundleModel.PackageReference extends Object
-
-
Constructor Summary
Constructors Constructor Description PackageReference(@NotNull String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addOption(@NotNull String key, @NotNull String value)
@NotNull String
getName()
@Nullable String
getOption(@NotNull String key)
@Nullable List<String>
getOptionValues(@NotNull String key)
@Nullable String
getResolution()
@Nullable String
getVersion()
@NotNull String
toString()
-
-
-
Constructor Detail
-
PackageReference
public PackageReference(@NotNull @NotNull String name)
-
-