Class BundleStartLevelSchema
- java.lang.Object
-
- org.osgi.dto.DTO
-
- org.osgi.framework.startlevel.dto.BundleStartLevelDTO
-
- org.apache.aries.jax.rs.rest.management.schema.BundleStartLevelSchema
-
public class BundleStartLevelSchema extends org.osgi.framework.startlevel.dto.BundleStartLevelDTO
-
-
Constructor Summary
Constructors Constructor Description BundleStartLevelSchema()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BundleStartLevelSchema
build(boolean activationPolicyUsed, long bundle, boolean persistentlyStarted, int startLevel)
static BundleStartLevelSchema
build(org.osgi.framework.startlevel.dto.BundleStartLevelDTO bundleStartLevelDTO)
-
-
-
Method Detail
-
build
public static BundleStartLevelSchema build(boolean activationPolicyUsed, long bundle, boolean persistentlyStarted, int startLevel)
-
build
public static BundleStartLevelSchema build(org.osgi.framework.startlevel.dto.BundleStartLevelDTO bundleStartLevelDTO)
-
-