public final class IdeNativeFile extends IdeModel implements com.android.builder.model.NativeFile
| Constructor and Description |
|---|
IdeNativeFile(com.android.builder.model.NativeFile file,
ModelCache modelCache) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.io.File |
getFilePath() |
java.lang.String |
getSettingsName() |
java.io.File |
getWorkingDirectory() |
int |
hashCode() |
java.lang.String |
toString() |
copy, copy, copy, copy, copyNewProperty, copyNewPropertypublic IdeNativeFile(@NonNull
com.android.builder.model.NativeFile file,
@NonNull
ModelCache modelCache)
public java.io.File getFilePath()
getFilePath in interface com.android.builder.model.NativeFilepublic java.lang.String getSettingsName()
getSettingsName in interface com.android.builder.model.NativeFilepublic java.io.File getWorkingDirectory()
getWorkingDirectory in interface com.android.builder.model.NativeFilepublic 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