IModuleController
public interface IModuleController
com.android.tradefed.testtype.suite.module.IModuleController |
Antarmuka untuk mengontrol apakah sebuah modul harus dijalankan atau tidak.
Ringkasan
Kelas bersarang | |
---|---|
enum | IModuleController.RunStrategy Enum menjelaskan bagaimana modul harus dieksekusi. |
Metode publik | |
---|---|
abstract IModuleController.RunStrategy | shouldRunModule (IInvocationContext context) Metode untuk menentukan apakah modul harus dijalankan atau tidak. |
Metode publik
harusMenjalankanModul
public abstract IModuleController.RunStrategy shouldRunModule (IInvocationContext context)
Metode untuk menentukan apakah modul harus dijalankan atau tidak.
Parameter | |
---|---|
context | IInvocationContext : yang IInvocationContext modul. |
Kembali | |
---|---|
IModuleController.RunStrategy | Benar jika modul harus dijalankan, salah jika tidak. |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2021-10-04 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Informasi yang saya butuhkan tidak ada"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Terlalu rumit/langkahnya terlalu banyak"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Sudah usang"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Masalah terjemahan"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Masalah kode / contoh"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Lainnya"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Mudah dipahami"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Memecahkan masalah saya"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Lainnya"
}]