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 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(Set<String> dependencies)
IDefaultObjectLoader.LoaderConfiguration addDependency(String dependency)
boolean createdAsModule()
ConfigurationDef getConfigDef()
Set<String> getDependencies()
IDefaultObjectLoader.LoaderConfiguration setConfigurationDef(ConfigurationDef configDef)
IDefaultObjectLoader.LoaderConfiguration setCreatedAsModule(boolean createdAsModule)

Hàm khởi tạo công khai

LoaderConfiguration

public LoaderConfiguration ()

Phương thức công khai

addDependencies

public IDefaultObjectLoader.LoaderConfiguration addDependencies (Set<String> dependencies)

Tham số
dependencies Set

Giá trị trả về
IDefaultObjectLoader.LoaderConfiguration

addDependency

public IDefaultObjectLoader.LoaderConfiguration addDependency (String dependency)

Tham số
dependency String

Giá trị trả về
IDefaultObjectLoader.LoaderConfiguration

createdAsModule

public boolean createdAsModule ()

Giá trị trả về
boolean

getConfigDef

public ConfigurationDef getConfigDef ()

Giá trị trả về
ConfigurationDef

getDependencies

public Set<String> getDependencies ()

Giá trị trả về
Set<String>

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