Class BundleSchema
- java.lang.Object
-
- org.osgi.dto.DTO
-
- org.osgi.framework.dto.BundleDTO
-
- org.apache.aries.jax.rs.rest.management.schema.BundleSchema
-
public class BundleSchema extends org.osgi.framework.dto.BundleDTO
-
-
Constructor Summary
Constructors Constructor Description BundleSchema()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BundleSchemabuild(long id, long lastModified, int state, String symbolicName, String version, String location)static BundleSchemabuild(org.osgi.framework.dto.BundleDTO bundleDTO)
-
-
-
Field Detail
-
location
public String location
-
-
Method Detail
-
build
public static BundleSchema build(long id, long lastModified, int state, String symbolicName, String version, String location)
-
build
public static BundleSchema build(org.osgi.framework.dto.BundleDTO bundleDTO)
-
-