Class BundleSchemaListSchema
- java.lang.Object
-
- org.osgi.dto.DTO
-
- org.apache.aries.jax.rs.rest.management.schema.BundleSchemaListSchema
-
public class BundleSchemaListSchema extends org.osgi.dto.DTO
-
-
Field Summary
Fields Modifier and Type Field Description List<BundleSchema>
bundles
-
Constructor Summary
Constructors Constructor Description BundleSchemaListSchema()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BundleSchemaListSchema
build(List<BundleSchema> bundles)
-
-
-
Field Detail
-
bundles
public List<BundleSchema> bundles
-
-
Method Detail
-
build
public static BundleSchemaListSchema build(List<BundleSchema> bundles)
-
-