com.android.ide.common.xml
Class ManifestData.Instrumentation

java.lang.Object
  extended by com.android.ide.common.xml.ManifestData.Instrumentation
Enclosing class:
ManifestData

public static final class ManifestData.Instrumentation
extends java.lang.Object

Instrumentation info obtained from manifest


Method Summary
 java.lang.String getName()
          Returns the fully qualified instrumentation class name
 java.lang.String getTargetPackage()
          Returns the Android app package that is the target of this instrumentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
Returns the fully qualified instrumentation class name


getTargetPackage

public java.lang.String getTargetPackage()
Returns the Android app package that is the target of this instrumentation