IDefaultObjectLoader.LoaderConfiguration
public
static
class
IDefaultObjectLoader.LoaderConfiguration
extends Object
java.lang.Object | |
↳ | com.android.tradefed.config.yaml.IDefaultObjectLoader.LoaderConfiguration |
Đối tượng cấu hình đang tải để truyền thông tin đến trình tải.
Tóm tắt
Hàm khởi tạo công khai | |
---|---|
LoaderConfiguration()
|
Phương thức công khai | |
---|---|
IDefaultObjectLoader.LoaderConfiguration
|
addDependencies(
|
IDefaultObjectLoader.LoaderConfiguration
|
addDependency(String dependency)
|
boolean
|
createdAsModule()
|
ConfigurationDef
|
getConfigDef()
|
|
getDependencies()
|
IDefaultObjectLoader.LoaderConfiguration
|
setConfigurationDef(ConfigurationDef configDef)
|
IDefaultObjectLoader.LoaderConfiguration
|
setCreatedAsModule(boolean createdAsModule)
|
Hàm khởi tạo công khai
Cấu hình trình tải
public LoaderConfiguration ()
Phương thức công khai
addDependencies
public IDefaultObjectLoader.LoaderConfiguration addDependencies (dependencies)
Tham số | |
---|---|
dependencies |
|
Giá trị trả về | |
---|---|
IDefaultObjectLoader.LoaderConfiguration |
addDependency (phần phụ thuộc)
public IDefaultObjectLoader.LoaderConfiguration addDependency (String dependency)
Tham số | |
---|---|
dependency |
String |
Giá trị trả về | |
---|---|
IDefaultObjectLoader.LoaderConfiguration |
đã tạoAsModule
public boolean createdAsModule ()
Giá trị trả về | |
---|---|
boolean |
getDependencies
publicgetDependencies ()
Giá trị trả về | |
---|---|
|
setConfigurationDef
public IDefaultObjectLoader.LoaderConfiguration setConfigurationDef (ConfigurationDef configDef)
Tham số | |
---|---|
configDef |
ConfigurationDef |
Giá trị trả về | |
---|---|
IDefaultObjectLoader.LoaderConfiguration |
setCreatedAsModule
public IDefaultObjectLoader.LoaderConfiguration setCreatedAsModule (boolean createdAsModule)
Tham số | |
---|---|
createdAsModule |
boolean |
Trả về | |
---|---|
IDefaultObjectLoader.LoaderConfiguration |