类 BundleRevisionDTO
- java.lang.Object
-
- org.osgi.dto.DTO
-
- org.osgi.resource.dto.ResourceDTO
-
- org.osgi.framework.wiring.dto.BundleRevisionDTO
-
public class BundleRevisionDTO extends ResourceDTO
Data Transfer Object for a BundleRevision.An installed Bundle can be adapted to provide a
BundleRevisionDTOfor the current revision of the Bundle.BundleRevisionDTOobjects for all in use revisions of the Bundle can be obtained by adapting the bundle toBundleRevisionDTO[].- 作者:
- $Id: BundleRevisionDTO.java 1614569 2014-07-30 07:22:32Z cziegeler $
-
-
字段概要
字段 修饰符和类型 字段 说明 longbundleThe id of the bundle associated with the bundle revision.java.lang.StringsymbolicNameThe symbolic name of the bundle revision.inttypeThe type of the bundle revision.java.lang.StringversionThe version of the bundle revision.-
从类继承的字段 org.osgi.resource.dto.ResourceDTO
capabilities, id, requirements
-
-
构造器概要
构造器 构造器 说明 BundleRevisionDTO()
-
-
-
字段详细资料
-
symbolicName
public java.lang.String symbolicName
The symbolic name of the bundle revision.
-
type
public int type
The type of the bundle revision.
-
version
public java.lang.String version
The version of the bundle revision.
-
bundle
public long bundle
The id of the bundle associated with the bundle revision.
-
-