ContentInformation

public class ContentInformation
extends Object

java.lang.Object
   ↳ com.android.tradefed.build.content.ContentInformation


Reprezentuje treści dla danego celu kompilacji w podstawowej i aktualnej wersji.

Podsumowanie

Fieldsem

public final String baseBuildId

public final File baseContent

public final String currentBuildId

public final File currentContent

Konstruktory publiczne

ContentInformation(File baseContent, String baseBuildId, File currentContent, String currentBuildId)

Metody publiczne

void clean()
ContentInformation cloneInformation()
ContentInformation cloneInformation(File cloneFolder)

Wykonaj głębokie kopiowanie ContentInformation i podległych plików, jeśli istnieją.

boolean isValid()

Fieldsem

baseBuildId

public final String baseBuildId

baseContent

public final File baseContent

currentBuildId

public final String currentBuildId

currentContent

public final File currentContent

Konstruktory publiczne

ContentInformation

public ContentInformation (File baseContent, 
                String baseBuildId, 
                File currentContent, 
                String currentBuildId)

Parametry
baseContent File

baseBuildId String

currentContent File

currentBuildId String

Metody publiczne

czyste

public void clean ()

cloneInformation

public ContentInformation cloneInformation ()

Zwroty
ContentInformation

cloneInformation

public ContentInformation cloneInformation (File cloneFolder)

Wykonaj głębokie kopiowanie ContentInformation i podległych plików, jeśli istnieją.

Parametry
cloneFolder File

Zwroty
ContentInformation

isValid

public boolean isValid ()

Zwroty
boolean