內容分析上下文

public class ContentAnalysisContext
extends Object

java.lang.Object
com.android.tradefed.build.content.ContentAnalysisContext


提供內容周圍的上下文以正確分析它。

概括

公共構造函數

ContentAnalysisContext (String contentEntry, ContentInformation information, ContentAnalysisContext.AnalysisMethod method)

公共方法

boolean abortAnalysis ()
String abortReason ()
ContentAnalysisContext addCommonLocation (String path)
ContentAnalysisContext addCommonLocations ( paths) addCommonLocations ( paths)
ContentAnalysisContext addIgnoreChange (String path)
ContentAnalysisContext addIgnoreChanges ( paths) addIgnoreChanges ( paths)
ContentAnalysisContext.AnalysisMethod analysisMethod ()
commonLocations ()
String contentEntry ()
ContentInformation contentInformation ()
ignoredChanges ()
void invalidateAnalysis (String reason)
void invalidateAnalysis ()

公共構造函數

內容分析上下文

public ContentAnalysisContext (String contentEntry, 
                ContentInformation information, 
                ContentAnalysisContext.AnalysisMethod method)

參數
contentEntry String

information ContentInformation

method ContentAnalysisContext.AnalysisMethod

公共方法

中止分析

public boolean abortAnalysis ()

退貨
boolean

中止原因

public String abortReason ()

退貨
String

新增公共位置

public ContentAnalysisContext addCommonLocation (String path)

參數
path String

退貨
ContentAnalysisContext

新增公共位置

public ContentAnalysisContext addCommonLocations ( paths)

參數
paths

退貨
ContentAnalysisContext

新增忽略更改

public ContentAnalysisContext addIgnoreChange (String path)

參數
path String

退貨
ContentAnalysisContext

新增忽略更改

public ContentAnalysisContext addIgnoreChanges ( paths)

參數
paths

退貨
ContentAnalysisContext

共同地點

public  commonLocations ()

退貨

內容入口

public String contentEntry ()

退貨
String

內容訊息

public ContentInformation contentInformation ()

退貨
ContentInformation

忽略的更改

public  ignoredChanges ()

退貨

無效分析

public void invalidateAnalysis (String reason)

參數
reason String

無效分析

public void invalidateAnalysis ()