Typ danych logu
public
final
enum
LogDataType
extends Enum<LogDataType>
java.lang.Object | ||
↳ | java.lang.Enum<com.android.tradefed.result.LogDataType> | |
↳ | com.android.tradefed.result.LogDataType |
Reprezentuje typ danych danych dziennika.
Podsumowanie
Metody publiczne | |
---|---|
String
|
getContentType()
|
String
|
getFileExt()
|
boolean
|
isCompressed()
|
boolean
|
isText()
|
static
LogDataType
|
valueOf(String name)
|
static
final
LogDataType[]
|
values()
|
Wartości typu wyliczeniowego
Metody publiczne
getContentType;
public String getContentType ()
Zwroty | |
---|---|
String |
getFileExt
public String getFileExt ()
Zwroty | |
---|---|
String |
Plik skompresowany
public boolean isCompressed ()
Zwroty | |
---|---|
boolean |
true , jeśli typ danych jest w formacie skompresowanym lub nie powinien być skompresowany. |
Tekst isText
public boolean isText ()
Zwroty | |
---|---|
boolean |
true , jeśli typ danych to format tekstowy. |