ClusterCommandLauncher
  public
  
  
  
  class
  ClusterCommandLauncher
  
    extends Object
  
  
  
  
  
      implements
      
        IRemoteTest, 
      
        IInvocationContextReceiver, 
      
        IConfigurationReceiver
      
  
  
| java.lang.Object | |
| ↳ | com.android.tradefed.cluster.ClusterCommandLauncher | 
सब-प्रोसेस TF की मदद से, TFC से कोई कमांड लॉन्च करने के लिए IRemoteTest क्लास. FIXME: इसे एक से ज़्यादा डिवाइसों पर टेस्ट करने के लिए, बेहतर बनाने की ज़रूरत है.
खास जानकारी
| फ़ील्ड्स की फ़िल्में | |
|---|---|
| 
    public
    static
    final
    String | ANDROID_SERIALS
 | 
| 
    public
    static
    final
    String | TEST_WORK_DIR
 | 
| 
    public
    static
    final
    String | TF_DEVICE_COUNT
 | 
| 
    public
    static
    final
    String | TF_JAR_DIR
 | 
| 
    public
    static
    final
    String | TF_PATH
 | 
| पब्लिक कंस्ट्रक्टर | |
|---|---|
| 
      ClusterCommandLauncher()
       | |
| सार्वजनिक तरीके | |
|---|---|
| 
        
        
        
        
        
        void | 
      run(TestInformation testInfo, ITestInvocationListener listener)
       | 
| 
        
        
        
        
        
        void | 
      setConfiguration(IConfiguration configuration)
      इस्तेमाल में मौजूद  | 
| 
        
        
        
        
        
        void | 
      setInvocationContext(IInvocationContext invocationContext)
       | 
फ़ील्ड्स की फ़िल्में
ANDROID_SERIALS
public static final String ANDROID_SERIALS
TEST_WORK_DIR
public static final String TEST_WORK_DIR
TF_DEVICE_COUNT
public static final String TF_DEVICE_COUNT
TF_JAR_DIR
public static final String TF_JAR_DIR
TF_PATH
public static final String TF_PATH
पब्लिक कंस्ट्रक्टर
ClusterCommandLauncher
public ClusterCommandLauncher ()
सार्वजनिक तरीके
रन
public void run (TestInformation testInfo, 
                ITestInvocationListener listener)| पैरामीटर | |
|---|---|
| testInfo | TestInformation | 
| listener | ITestInvocationListener | 
| थ्रो | |
|---|---|
| DeviceNotAvailableException | |
setConfiguration
public void setConfiguration (IConfiguration configuration)
इस्तेमाल में मौजूद IConfiguration को इंजेक्ट करता है.
| पैरामीटर | |
|---|---|
| configuration | IConfiguration | 
setInvocationContext
public void setInvocationContext (IInvocationContext invocationContext)
| पैरामीटर | |
|---|---|
| invocationContext | IInvocationContext | 
