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 voidaddOption(@NotNull String key, @NotNull String value)@NotNull StringgetName()@Nullable StringgetOption(@NotNull String key)@Nullable List<String>getOptionValues(@NotNull String key)@Nullable StringgetResolution()@Nullable StringgetVersion()@NotNull StringtoString()
-
-
-
Constructor Detail
-
PackageReference
public PackageReference(@NotNull @NotNull String name)
-
-