AcloudConfigParser
public class AcloudConfigParser
extends Object
java.lang.Object | |
↳ | com.android.tradefed.device.cloud.AcloudConfigParser |
فئة المساعد التي تحلل تكوين Acloud (تستخدم لبدء مثيل جهاز Cloud).
ملخص
فئات متداخلة | |
---|---|
enum | AcloudConfigParser.AcloudKeys مجموعات المفاتيح التي يمكن البحث عنها من التكوين. |
الأساليب العامة | |
---|---|
String | getValueForKey ( AcloudConfigParser.AcloudKeys key) تُرجع القيمة المرتبطة بمفتاح Acloud ، فارغة إذا لم تكن هناك قيمة. |
static AcloudConfigParser | parseConfig (File configFile) تحليل ملف تكوين acloud وإرجاع |
الأساليب العامة
getValueForKey
public String getValueForKey (AcloudConfigParser.AcloudKeys key)
تُرجع القيمة المرتبطة بمفتاح Acloud ، فارغة إذا لم تكن هناك قيمة.
المعلمات | |
---|---|
key | AcloudConfigParser.AcloudKeys |
عائدات | |
---|---|
String |
تحليل التكوين
public static AcloudConfigParser parseConfig (File configFile)
تحليل ملف تكوين acloud وإرجاع AcloudConfigParser
مأهول يمكن الاستعلام عنه عن القيم. العودة فارغة في حالة وجود أخطاء.
المعلمات | |
---|---|
configFile | File |
عائدات | |
---|---|
AcloudConfigParser |
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 2019-10-02 UTC.
[]
[]