DataPackage 类
定义
Defines a data package of an application.
public class DataPackage
- 继承
-
java.lang.ObjectDataPackage
构造函数
DataPackage(DataPackageDescription description, String path) |
Creates an instance of system.fabric.DataPackage for given DataPackageDescription and path. |
方法
getDescription() |
Gets the PackageDescription object associated with the system.fabric.DataPackage.
|
getPath() |
Gets the local path of system.fabric.DataPackage.
|