Package com.composum.sling.nodes.tools
Class OsgiBundleModel.Resolved
- java.lang.Object
-
- com.composum.sling.nodes.tools.OsgiBundleModel.Resolved
-
- Enclosing class:
- OsgiBundleModel
public class OsgiBundleModel.Resolved extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
active
protected org.osgi.framework.Bundle
bundle
protected String
symbolicName
protected org.osgi.framework.Version
version
-
-
-
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)
-
-