Plik rozszerzony
public
class
ExtendedFile
extends Object
java.lang.Object | |
↳ | com.android.tradefed.config.remote.ExtendedFile, |
Rozszerzenie standardowego pliku zawierającego metadane związane z kompilacją.
Podsumowanie
Konstruktory publiczne | |
---|---|
ExtendedFile(File file, String buildId, String buildTarget)
|
Metody publiczne | |
---|---|
String
|
getBuildId()
Zwraca metadane identyfikatora kompilacji. |
String
|
getBuildTarget()
Zwraca metadane docelowe. |
Konstruktory publiczne
Plik rozszerzony
public ExtendedFile (File file, String buildId, String buildTarget)
Parametry | |
---|---|
file |
File |
buildId |
String |
buildTarget |
String |
Metody publiczne
getBuildId
public String getBuildId ()
Zwraca metadane identyfikatora kompilacji.
Zwroty | |
---|---|
String |
getBuildTarget
public String getBuildTarget ()
Zwraca metadane docelowe.
Zwroty | |
---|---|
String |