Wersjonowany plik
public class VersionedFile
extends Object
java.lang.Obiekt | |
↳ | com.android.tradefed.build.VersionedFile |
Struktura danych reprezentująca plik, który ma powiązaną wersję.
Streszczenie
Konstruktory publiczne | |
---|---|
VersionedFile (File file, String version) |
Metody publiczne | |
---|---|
File | getFile () |
String | getVersion () |
String | toString () |
Konstruktory publiczne
Wersjonowany plik
public VersionedFile (File file, String version)
Parametry | |
---|---|
file | File |
version | String |
Metody publiczne
dostać plik
public File getFile ()
Zwroty | |
---|---|
File |
pobierz wersję
public String getVersion ()
Zwroty | |
---|---|
String |
do Ciągu
public String toString ()
Zwroty | |
---|---|
String |