VersionedFile

public class VersionedFile
extends Object

java.lang.Object
   ↳ com.android.tradefed.build.VersionedFile


Struktura danych reprezentująca plik, który ma powiązaną wersję.

Podsumowanie

Konstruktory publiczne

VersionedFile(File file, String version)

Metody publiczne

File getFile()
String getVersion()
String toString()

Konstruktory publiczne

VersionedFile

public VersionedFile (File file, 
                String version)

Parametry
file File

version String

Metody publiczne

getFile

public File getFile ()

Zwroty
File

getVersion

public String getVersion ()

Zwroty
String

toString

public String toString ()

Zwroty
String