public final class IdeInstantRun extends IdeModel implements com.android.builder.model.InstantRun
InstantRun.STATUS_NOT_SUPPORTED_FOR_EXPERIMENTAL_PLUGIN, STATUS_NOT_SUPPORTED_FOR_EXTERNAL_NATIVE_BUILD, STATUS_NOT_SUPPORTED_FOR_JACK, STATUS_NOT_SUPPORTED_FOR_MULTI_APK, STATUS_NOT_SUPPORTED_FOR_NON_DEBUG_VARIANT, STATUS_NOT_SUPPORTED_VARIANT_USED_FOR_TESTING, STATUS_REMOVED, STATUS_SUPPORTED| Constructor and Description |
|---|
IdeInstantRun(com.android.builder.model.InstantRun run,
ModelCache modelCache) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.io.File |
getInfoFile() |
int |
getSupportStatus() |
int |
hashCode() |
boolean |
isSupportedByArtifact() |
java.lang.String |
toString() |
copy, copy, copy, copy, copyNewProperty, copyNewPropertypublic IdeInstantRun(@NonNull
com.android.builder.model.InstantRun run,
@NonNull
ModelCache modelCache)
@NonNull public java.io.File getInfoFile()
getInfoFile in interface com.android.builder.model.InstantRunpublic boolean isSupportedByArtifact()
isSupportedByArtifact in interface com.android.builder.model.InstantRunpublic int getSupportStatus()
getSupportStatus in interface com.android.builder.model.InstantRunpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object